@trailheadtechnology/capacitor-plugin
v0.0.5
Published
Trailhead Technology capacitor plugin
Downloads
1
Readme
Trailheadtechnology/capacitor-plugin
Communication between Ionic and Native code
Install
npm install @trailheadtechnology/capacitor-plugin
npx cap sync
API
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>
| Param | Type |
| ------------- | ------------------------------- |
| options
| { value: string; } |
Returns: Promise<{ value: string; }>