delete abstract method

Future<S?> delete(
  1. String key
)

Deletes the value for the given key.

Implementation

Future<S?> delete(String key);