getLastPersistedStateFromPersistor method

St? getLastPersistedStateFromPersistor()
inherited

Gets, from the Persistor, the last state that was saved to the local persistence.

Implementation

St? getLastPersistedStateFromPersistor() => _processPersistence?.lastPersistedState;