Future<String?> setDebug({required bool isDebug}) async { _channel.invokeMethod("setDebug", {"isDebug": isDebug}); }