CustomerBackendConfig constructor

CustomerBackendConfig({
  1. required String apiUrl,
  2. Map<String, String>? headers,
})

Implementation

CustomerBackendConfig({required this.apiUrl, Map<String, String>? headers})
  : headers = headers ?? {};