commonStorage property

SharedPrefsStorage commonStorage

Implementation

static SharedPrefsStorage get commonStorage {
  return _commonStorageVal ??= SharedPrefsStorage();
}