removeWhere method
Implementation
void removeWhere(bool Function(K key, V value) test) {
value.removeWhere(test);
set(value, force: true);
}
void removeWhere(bool Function(K key, V value) test) {
value.removeWhere(test);
set(value, force: true);
}