removeValue abstract method

void removeValue(
  1. String key
)

Removes the entry with the given key.

Implementation

void removeValue(String key);