menu
riverpie package
documentation
riverpie.dart
TestableReduxNotifier<T>
state property
state property
dark_mode
light_mode
state
property
T
get
state
Gets the current state.
Implementation
T get state => notifier.state;
riverpie package
documentation
riverpie
TestableReduxNotifier<T>
state property
TestableReduxNotifier class