remove abstract method

bool remove(
  1. Object? key,
  2. V? value
)

Removes the association between the given key and value. Returns true if the association existed, false otherwise.

Implementation

bool remove(Object? key, V? value);