setLogLevel method
- int value
Sets the ApplicationSettings.logLevel to the provided value.
Implementation
Future<void> setLogLevel(int value) async {
await _settingsRepository?.setLogLevel(value);
}
Sets the ApplicationSettings.logLevel to the provided value.
Future<void> setLogLevel(int value) async {
await _settingsRepository?.setLogLevel(value);
}