notifier property

  1. @override
AlwaysAliveProviderBase<_PersistentSyncedStateNotifier<T>> notifier
finalinherited

Obtains the StateNotifier associated with this StateNotifierProvider, without listening to it.

Listening to this provider may cause providers/widgets to rebuild in the event that the StateNotifier it recreated.

Implementation

@override
final AlwaysAliveProviderBase<Notifier> notifier;