KAsyncNotifierX<N extends AsyncNotifier<S>, S> extension

on

Methods

expand<T>(WidgetRef ref, T selector(WidgetRef r, AsyncNotifierProvider<N, S> s)) → T

Available on AsyncNotifierProvider<N, S>, provided by the KAsyncNotifierX extension

expandX<T>(Ref ref, T selector(Ref r, AsyncNotifierProvider<N, S> s)) → T

Available on AsyncNotifierProvider<N, S>, provided by the KAsyncNotifierX extension

not(WidgetRef ref) → N

Available on AsyncNotifierProvider<N, S>, provided by the KAsyncNotifierX extension

notX(Ref ref) → N

Available on AsyncNotifierProvider<N, S>, provided by the KAsyncNotifierX extension

watchNot(WidgetRef ref) → N

Available on AsyncNotifierProvider<N, S>, provided by the KAsyncNotifierX extension

watchNotX(Ref ref) → N

Available on AsyncNotifierProvider<N, S>, provided by the KAsyncNotifierX extension