headers static method

Map<String, String> headers()

Implementation

static Map<String, String> headers() {
  Map<String, String> headers = {
    'Content-type': 'application/json; charset=UTF-8',
    'Accept': 'application/json',
  };
  return headers;
}