ApiClient constructor

ApiClient({
  1. required String webBaseUrl,
  2. required String authToken,
  3. Map<String, String>? customHeaders,
})

Implementation

ApiClient(
    {required this.webBaseUrl, required this.authToken, this.customHeaders});