clearPersistence method
Clears any persisted data for the current instance.
Implementation
Future<void> clearPersistence() {
return _delegate.clearPersistence();
}
Clears any persisted data for the current instance.
Future<void> clearPersistence() {
return _delegate.clearPersistence();
}