headers top-level constant

Map<String, String> const headers

header for requests.

Implementation

const headers = {
  "Content-type": "text/plain",
  "Cache-Control": "no-cache",
  "Pragma": "no-cache",
  "Expires": "0",
};