capacitor-battery-info
v0.0.1
Published
A Capacitor plugin to retrieve battery level and status.Gets the Battery Status and current charging status.
Downloads
13
Readme
capacitor-battery-info
A Capacitor plugin to retrieve battery level and status.Gets the Battery Status and current charging status.
Install
npm install capacitor-battery-info
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
