clearPersistence method

Future<void> clearPersistence()

Clears any persisted data for the current instance.

Implementation

Future<void> clearPersistence() {
  return _delegate.clearPersistence();
}