setLogcatMinLevel method

Future<void> setLogcatMinLevel(
  1. LogLevel minLevel
)

Implementation

Future<void> setLogcatMinLevel(LogLevel minLevel) async {
  return await _cosApi.setLogcatMinLevel(minLevel);
}