initialAction property
Override this to provide a custom action that will be dispatched when the notifier is initialized.
Implementation
@override
get initialAction => StartServerAction();
Override this to provide a custom action that will be dispatched when the notifier is initialized.
@override
get initialAction => StartServerAction();