initialAction property

  1. @override
BaseReduxAction<ReduxNotifier<ServerState>, ServerState, dynamic>? initialAction

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

Implementation

@override
get initialAction => StartServerAction();