0.0.1 • Published 4 years ago

capacitor-plugin-mocklocation v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


check(...)

check(options: { value: string; }) => Promise<{ value: string; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>