0.0.2 • Published 1 year ago
capacitor-check-mock-location v0.0.2
capacitor-check-mock-location
This plugin helps to check mock gps location or not from android device for capacitor cross platform developers
Install
npm install capacitor-check-mock-location
npx cap sync
API
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options | { value: string; } |
Returns: Promise<{ value: string; }>