menu
basecraft package
documentation
core/network.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); }
basecraft package
documentation
core/network
Headers
removeAll method
Headers class