@override Future<bool> isCharging() async { return await methodChannel.invokeMethod<bool>('isCharging') ?? false; }