getThirdPartyDio method
Returns a new Dio instance for third-party API requests
Implementation
Dio getThirdPartyDio(String baseUrl, {Map<String, String>? headers}) {
return ApiClient().createThirdPartyDio(baseUrl, headers: headers);
}
Returns a new Dio instance for third-party API requests
Dio getThirdPartyDio(String baseUrl, {Map<String, String>? headers}) {
return ApiClient().createThirdPartyDio(baseUrl, headers: headers);
}