delete abstract method

  1. @protected
  2. @visibleForTesting
Future<void> delete(
  1. String key
)

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);