Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 537 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 537 Bytes

power-mode

Capacitor Plugin to Detect Low Power Mode

Install

npm install power-mode
npx cap sync

API

lowPowerModeEnabled()

lowPowerModeEnabled() => Promise<{ lowPowerModeEnabled: boolean; }>

Returns: Promise<{ lowPowerModeEnabled: boolean; }>