setCustomHeadersForHost abstract method

Future<void> setCustomHeadersForHost(
  1. String host,
  2. Map<String, String> headers
)

Sets custom HTTP headers scoped to a specific host.

Implementation

Future<void> setCustomHeadersForHost(
  String host,
  Map<String, String> headers,
);