callkit-android
v0.0.2
Published
plugin for android
Downloads
19
Readme
callkit-android
plugin for android
Install
npm install callkit-android
npx cap sync
API
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>
| Param | Type |
| ------------- | ------------------------------- |
| options
| { value: string; } |
Returns: Promise<{ value: string; }>