delete abstract method

void delete(
  1. String key
)

Removes the value associated with key from storage.

Implementation

void delete(String key);