setStorage static method
Implementation
static setStorage(StorageService value) async {
_storage = value;
await _hasShowLogs();
await _hasSaveLogs();
_saveTempLogs();
}
static setStorage(StorageService value) async {
_storage = value;
await _hasShowLogs();
await _hasSaveLogs();
_saveTempLogs();
}