remove abstract method

bool remove(
  1. String key,
  2. V value
)

Removes the association between the given key and value.

Returns true if the association existed, false otherwise

Implementation

bool remove(String key, V value);