menu
kickin package
documentation
core/base/src/extensions/extensions.dart
KAsyncNotifierX<N extends AsyncNotifier<S>, S>
watchNotX method
watchNotX method
dark_mode
light_mode
watchNotX
method
N
watchNotX
(
Ref
ref
)
Implementation
N watchNotX(Ref ref) => ref.watch(notifier);
kickin package
documentation
core/base/src/extensions/extensions
KAsyncNotifierX<N extends AsyncNotifier<S>, S>
watchNotX method
KAsyncNotifierX extension on
AsyncNotifierProvider
<
N
,
S
>