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