removeAll method

void removeAll (String key)

Removes all the values associated with a particular key.

Implementation

void removeAll(String key) => _removeAll(key);