config constant

Map<String, Map<String, String>> const config

Implementation

static const Map<String, Map<String, String>> config = {
  "OpenLogger": {
    "EndPoint": "https://totaljs.com/openlogger",
    "ApiKey": "<your-openlogger-token>"
  },
  "OpenTemplates": {
    "EndPoint": "https://totaljs.com/opentemplates",
    "ApiKey": "<your-opentemplates-token>"
  },
  "OpenMail": {
    "EndPoint": "https://totaljs.com/openmail",
    "ApiKey": "<your-openmail-token>"
  }
};