delete method

Future<void> delete(
  1. K key
)

Delete.

Implementation

Future<void> delete(K key) => _impl.deleteImpl(key);