httpHeaders property

Map<String, String>? httpHeaders

Allows you to set custom headers to http request.

Implementation

Map<String, String>? get httpHeaders => _httpHeaders;