@override static Future<String?> getBatteryStatusData() async { var data = await methodChannel.invokeMethod('getBatteryStatusData'); return data; }