| 1 | import type { BackButtonEvent } from '../../../src/interface'; |
| 2 | import { startHardwareBackButton } from '../hardware-back-button'; |
| 3 | import { config } from '../../global/config'; |
| 4 | import { win } from '@utils/browser'; |
nothing calls this directly
no test coverage detected