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