setStorage static method

dynamic setStorage(
  1. StorageService value
)

Implementation

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