buildURL method

String? buildURL(
  1. String url
)

Builds the HttpRequest URL. Used by credentials that injects tokens/credentials in the URL.

Implementation

String? buildURL(String url) {
  return null;
}