initialAction property
Override this to provide a custom action that will be dispatched when the notifier is initialized.
Implementation
BaseReduxAction<ReduxNotifier<T>, T, dynamic>? get initialAction => null;
Override this to provide a custom action that will be dispatched when the notifier is initialized.
BaseReduxAction<ReduxNotifier<T>, T, dynamic>? get initialAction => null;