showLogs property
bool
get
showLogs
Implementation
static bool get showLogs => _showLogs;
set
showLogs
(bool value)
Implementation
static set showLogs(bool value) {
_showLogs = value;
if (_storage != null) {
_storage!.set(LogStorageKey.showLogs.toString(), value);
}
}