Uses method channel for getting low power mode.
static Future<bool> get isLowPowerMode async { return await _methodChannel.invokeMethod('getPowerMode'); }