customHeaders property

Map<String, dynamic>? customHeaders
getter/setter pair

Custom headers to be sent with every request.

Usually, specify a String as the value. To send multiple headers of the same name, specify a List<String> as the value.

Implementation

Map<String, dynamic>? customHeaders;