custom-functionality-prince
v0.0.4
Published
It's a plugin to provide different features based on user's requirement for using capacitor tool
Downloads
4
Readme
custom-functionality-prince
It's a plugin to provide different features based on user's requirement for using capacitor tool
Install
npm install custom-functionality-prince
npx cap sync
API
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>
| Param | Type |
| ------------- | ------------------------------- |
| options
| { value: string; } |
Returns: Promise<{ value: string; }>
hideNavigation()
hideNavigation() => Promise<void>
showNavigation()
showNavigation() => Promise<void>