delete method

Future<void> delete(
  1. K key
)

Delete a record

Implementation

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