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