del abstract method

Future<int> del(
  1. List<String> keys
)

Deletes the specified keys.

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

Implementation

Future<int> del(List<String> keys);