indigitall-hms-capacitor-plugin
v2.9.0
Published
Capacitor Indigitall Hms Plugin
Downloads
78
Readme
indigitall-hms-capacitor-plugin
Capacitor Indigitall Hms Plugin
Install
npm install indigitall-hms-capacitor-plugin
npx cap sync
API
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>
| Param | Type |
| ------------- | ------------------------------- |
| options
| { value: string; } |
Returns: Promise<{ value: string; }>