del abstract method

Future<int> del(
  1. String key
)

Deletes the specified key.

Returns the number of keys that were removed (0 or 1).

Implementation

Future<int> del(String key);