@override Future<void> setLogLevel(String logLevel) async { await methodChannel.invokeMethod('setLogLevel', {'logLevel': logLevel}); }