initialAction property

BaseReduxAction<BaseReduxNotifier<ActionState>, ActionState, 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;