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