@override Future<int?> getBatteryLevel() async { final level = await methodChannel.invokeMethod('getBatteryLevel'); return level; }