@override Future<String> getBatteryLevel() async { final version = await methodChannel.invokeMethod<int>('getBatteryLevel'); return '$version%'; }