KeyValueStore constructor

KeyValueStore(
  1. SharedPreferences _sharedPreferences, [
  2. String _prefix = 'alba'
])

Creates an KeyValueStore instance.

Implementation

KeyValueStore(this._sharedPreferences, [this._prefix = 'alba']);