Retrieve a value by key.
Future<T> get<T>(String key) { return Future.value(_sharedPreferences.get('${_prefix}_$key') as T); }