Future<void> enableDebugLogging(bool isEnabled) async { await methodChannel.invokeMethod("enableDebugLogging", {'arg': isEnabled}); }