deleteStateFromPersistence method

Future<void> deleteStateFromPersistence()

Asks the Persistor to delete the saved state from the local persistence.

Implementation

Future<void> deleteStateFromPersistence() async {
  return _processPersistence?.deleteState();
}