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