Uses method channel for getting charging status.
Future<bool> get isCharging async { return await methodChannel.invokeMethod('getChargingStatus'); }