isLowPowerMode property

Future<bool> get isLowPowerMode

Method channel for interacting with native platform. Uses method channel for getting low power mode.

Implementation

/// Uses method channel for getting low power mode.
Future<bool> get isLowPowerMode async {
  // return await _instance.invokeMethod('getPowerMode');
  throw UnimplementedError('platformVersion() has not been implemented.');
}