getHttpExtraHeaders method

Map<String, String>? getHttpExtraHeaders()

Inquiry method that gets the Map object containing the extra headers to be sent to the server.

Returns The Map object containing the extra headers to be sent

Implementation

Map<String, String>? getHttpExtraHeaders() {
  return _httpExtraHeaders;
}