SecureHttpClient.build constructor
SecureHttpClient.build({
- BaseClient? customClient,
Implementation
factory SecureHttpClient.build({http.BaseClient? customClient}) {
return SecureHttpClient._internal(
customClient: customClient);
}