getHeadersForVisitor method

Map<String, String> getHeadersForVisitor()

Implementation

Map<String, String> getHeadersForVisitor() {
  Map<String, String> headers = {
    HttpHeaders.contentTypeHeader: "application/json",
  };
  return headers;
}