StorageManager constructor

StorageManager(
  1. SharedPreferencesProtocol _prefs
)

Creates a storage manager with the specified SharedPreferencesProtocol

  • prefs: The SharedPreferencesProtocol instance to use

Implementation

StorageManager(this._prefs);