initialAction property

BaseReduxAction<BaseReduxNotifier<EventState>, EventState, dynamic>? get initialAction
inherited

Override this to provide a custom action that will be dispatched when the notifier is initialized.

Implementation

BaseReduxAction<BaseReduxNotifier<T>, T, dynamic>? get initialAction => null;