menu
miniriverpod package
documentation
miniriverpod_core.dart
Ref<State>
watch<S> method
watch<S> method
dark_mode
light_mode
watch<
S
>
method
S
watch
<
S
>(
ProviderBase
<
S
>
provider
)
Implementation
S watch<S>(ProviderBase<S> provider) => _core.watch(provider);
miniriverpod package
documentation
miniriverpod_core
Ref<State>
watch<S> method
Ref class