delete abstract method

Future<void> delete(
  1. String key
)

Removes the entry for key. No-op if the key does not exist.

Implementation

Future<void> delete(String key);