menu
sonic_state package
documentation
viewmodel/viewmodel.dart
BaseViewModel<T>
stream property
stream property
dark_mode
light_mode
stream
property
Stream
<
T
>
get
stream
Implementation
Stream<T> get stream => _state.stream;
sonic_state package
documentation
viewmodel/viewmodel
BaseViewModel<T>
stream property
BaseViewModel class