menu
jet_flutter_framework package
documentation
jet_framework.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); }
jet_flutter_framework package
documentation
jet_framework
Headers
removeAll method
Headers class