capacitor-plugin-getui
v0.0.12
Published
个推
Downloads
5
Readme
capacitor-plugin-getui
个推
Install
npm install capacitor-plugin-getui
npx cap sync
API
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>
| Param | Type |
| ------------- | ------------------------------- |
| options
| { value: string; } |
Returns: Promise<{ value: string; }>