menu
journify_flutter package
documentation
state.dart
PersistedState<T>
PersistedState.new constructor
PersistedState.new constructor
dark_mode
light_mode
PersistedState<
T
>
constructor
PersistedState<
T
>
(
String
_key
,
Store
_store
,
Future
<
T
>
_initialiser
()
)
Implementation
PersistedState(this._key, this._store, this._initialiser) { _ready = _readyCompleter.future; }
journify_flutter package
documentation
state
PersistedState<T>
PersistedState.new constructor
PersistedState class