remove method

void remove(
  1. HttpHeader header
)

Implementation

void remove(HttpHeader header) {
  _headers?.remove(header.name);
}