initialAction property

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