Returns the current battery level as a value between 0.0 and 1.0.
@override Future<double> getBatteryLevel() async { return await methodChannel.invokeMethod<double>('getBatteryLevel') ?? -1.0; }