removeAll method

void removeAll(
  1. String key
)

Removes all the values associated with a particular key.

Implementation

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