removeAll method
- @override
Removes all values for the specified header name. Some headers have system supplied values and for these the system supplied values will still be added to the collection of values for the header.
Implementation
@override
void removeAll(String name) {
_data.remove(name.toLowerCase());
}