defaultHeaders constant

Map<String, String> const defaultHeaders

Implementation

static const Map<String, String> defaultHeaders = {
  // 'x-api-key': 'xyz',
  'Content-Type': 'application/json',
  //ToDo add key
};