resumePersistor method

void resumePersistor()

Resumes persistence by the Persistor, after calling pausePersistor or persistAndPausePersistor.

Implementation

void resumePersistor() {
  _processPersistence?.resume();
}