menu
meowchannel package
documentation
core/store.dart
Store<S>
getInitialValueForModule<T> method
getInitialValueForModule<T> method
dark_mode
light_mode
getInitialValueForModule<
T
>
method
T
getInitialValueForModule
<
T
>(
String
id
)
Implementation
T getInitialValueForModule<T>(String id) => _moduleInitialValues[id] as T;
meowchannel package
documentation
core/store
Store<S>
getInitialValueForModule<T> method
Store class