isLowPowerMode property

Future<bool> get isLowPowerMode

Uses method channel for getting low power mode.

Implementation

static Future<bool> get isLowPowerMode async {
  return await _methodChannel.invokeMethod('getPowerMode');
}