del abstract method

Future<bool> del(
  1. K key
)

DEL command (delete item)

Implementation

Future<bool> del(K key);