getHeaders method

Future<Map<String, String>> getHeaders()

returns the combined headers from this request and client

Implementation

Future<Map<String, String>> getHeaders() async {
  return getEnvironment().getCombinedHeaders(headers);
}