clearPersistence method

Future<void> clearPersistence()

Clears any persisted data for the current instance.

Implementation

Future<void> clearPersistence() {
  throw UnimplementedError('clearPersistence() is not implemented');
}