ReduxNotifierOverrideExt<N extends ReduxNotifier<T>, T> extension

on

Methods

overrideWithInitialState({N notifier(Ref ref)?, required T? initialState}) ProviderOverride<N, T>
Overrides the initial state with the given initialState.
overrideWithReducer({N notifier(Ref ref)?, T? initialState, required Map<Type, MockReducer<T>?> reducer}) ProviderOverride<N, T>
Overrides the reducer with the given overrides.