0.0.4 • Published 11 months ago

custom-functionality-prince v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

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; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


hideNavigation()

hideNavigation() => Promise<void>

showNavigation()

showNavigation() => Promise<void>

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago