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