getHttpExtraHeaders method
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 (dartify(_getHttpExtraHeaders()) as Map<dynamic, dynamic>).cast<String, String>();
}