headers property
Get and set request headers that will be applied to all requests created by this HTTP client.
Implementation
@override
Map<String, String> get headers => _headers;
Get and set request headers that will be applied to all requests created by this HTTP client.
@override
Map<String, String> get headers => _headers;