static Future<dynamic> setLogLevel(LogLevel level) async { return await NativeClassUtils.nativeStaticCall( _$namespace, 'setLogLevel', [level.value], ); }