@override Future<void> setDebugLogging(bool enable) async { await methodChannel.invokeMethod("setDebugLogging", {'enable': enable}); }