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