StorageManager constructor
StorageManager(
- SharedPreferencesProtocol _prefs
Creates a storage manager with the specified SharedPreferencesProtocol
prefs: The SharedPreferencesProtocol instance to use
Implementation
StorageManager(this._prefs);