0.0.1 • Published 4 years ago
capacitor-plugin-mocklocation v0.0.1
capacitor-plugin-mocklocation
Capacitor Plugin for mocklocation
Install
npm install capacitor-plugin-mocklocation
npx cap sync
API
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options | { value: string; } |
Returns: Promise<{ value: string; }>
check(...)
check(options: { value: string; }) => Promise<{ value: string; }>
Param | Type |
---|---|
options | { value: string; } |
Returns: Promise<{ value: string; }>
0.0.1
4 years ago