StateNotifierProviderExtension<N extends StateNotifier<S>, S, A> extension

on

Methods

select<R>(SelectCallback<S, R> callback, {String? tag, bool booleanCallback = false}) SelectFilteredProvider<N, S, R>
when<R>(BuildWhenCallback<S> callback, {String? tag, bool booleanCallback = false}) WhenFilteredProvider<N, S>