KhaltiHttpClient constructor

KhaltiHttpClient({
  1. InnerClient? client,
})

The HTTP client used to make HTTP requests.

Implementation

KhaltiHttpClient({
  InnerClient? client,
}) : _client = client ?? InnerClient();