menu
ap_common package
documentation
api/imgur_helper.dart
Headers
removeAll method
removeAll method
dark_mode
light_mode
removeAll
method
void
removeAll
(
String
name
)
Removes all values for the specified header name.
Implementation
void removeAll(String name) { _map.remove(name); }
ap_common package
documentation
api/imgur_helper
Headers
removeAll method
Headers class