menu
nylo_framework package
documentation
nylo_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); }
nylo_framework package
documentation
nylo_framework
Headers
removeAll method
Headers class