1.0.3 • Published 9 months ago
@movsesiv/capacitor-mock-location-check v1.0.3
capacitor-mock-location-check
Capacitor plugin allowing to check if location is mocked
Install
npm install capacitor-mock-location-check
npx cap sync
API
isLocationMocked()
isLocationMocked() => Promise<{ isLocationMocked: boolean; }>
Returns: Promise<{ isLocationMocked: boolean; }>