defaultHeaders property

Map<String, String> get defaultHeaders

Default headers attached to every backend request.

Implementation

Map<String, String> get defaultHeaders => <String, String>{
      'Content-Type': 'application/json',
      'Accept': 'application/json',
      'X-API-Version': apiVersion,
      'X-Client': 'lokotro-pay-flutter',
    };