getLastPersistedStateFromPersistor method

St? getLastPersistedStateFromPersistor()

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

Implementation

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