menu
kickin package
documentation
core/base/src/extensions/extensions.dart
KNotifierX<N extends Notifier<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
KNotifierX<N extends Notifier<S>, S>
watchNotX method
KNotifierX extension on
NotifierProvider
<
N
,
S
>