menu
hightouch_events package
documentation
state.dart
PersistedState<T>
PersistedState constructor
PersistedState 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; }
hightouch_events package
documentation
state
PersistedState<T>
PersistedState constructor
PersistedState class