buildURL method
Builds the HttpRequest URL. Used by credentials that injects tokens/credentials in the URL.
Implementation
String? buildURL(String url) {
return null;
}
Builds the HttpRequest URL. Used by credentials that injects tokens/credentials in the URL.
String? buildURL(String url) {
return null;
}