removePersistedState method

void removePersistedState()

Removes the state persisted in this bloc

Implementation

void removePersistedState() {
  _persistenceService.remove(persistenceKey);
}