saveInitialStateInPersistence method
Asks the Persistor to save the initialState in the local persistence.
Implementation
Future<void> saveInitialStateInPersistence(St initialState) async =>
_processPersistence?.saveInitialState(initialState);
Asks the Persistor to save the initialState in the local persistence.
Future<void> saveInitialStateInPersistence(St initialState) async =>
_processPersistence?.saveInitialState(initialState);