Method channel for interacting with native platform. Uses method channel for getting low power mode.
Future<bool> get isLowPowerMode async { return await methodChannel.invokeMethod('getPowerMode'); }