removeItem abstract method

void removeItem(
  1. String key
)

Removes the key/value pair with the given key from the storage.

Implementation

void removeItem(String key);