delete abstract method

  1. @protected
  2. @visibleForTesting
Future<void> delete(
  1. String key, {
  2. bool notify = true,
})

Deletes model of type T with key from local storage.

By default notifies this modification to the associated GraphNotifier.

Implementation

@protected
@visibleForTesting
Future<void> delete(String key, {bool notify = true});