appJsonHeader property

dynamic appJsonHeader

Implementation

static get appJsonHeader => {
  'Content-Type': 'application/json',
  'Accept-Language:': GlobalVariables.lang,
  'Authorization': 'Bearer ${GlobalVariables.token}',
};