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