setCustom method

void setCustom(
  1. String key,
  2. String value
)

Implementation

void setCustom(String key, String value) => _header[key] = value;