KeyValueStore constructor
KeyValueStore(
- String _prefix = 'alba'
Creates an KeyValueStore instance.
Implementation
KeyValueStore(this._sharedPreferences, [this._prefix = 'alba']);
Creates an KeyValueStore instance.
KeyValueStore(this._sharedPreferences, [this._prefix = 'alba']);