defaultHeaders property

Map<String, String> defaultHeaders
getter/setter pair

The default custom headers

Implementation

Map<String, String> defaultHeaders = {'Accept': 'application/json', 'Content-Type': 'application/json', 'Cache-Control': 'no-cache'};