headers method

Map<String, String> headers()

Generates the necessary headers for Tuul API authentication.

Implementation

Map<String, String> headers() {
  return {'tuul_api_key': _requireApiKey};
}