encodeUrl abstract method
Builds the final request URI.
Implementations may append path segments, query parameters, or perform any other request-specific URL transformations. The returned URI is the exact endpoint to which the request should be sent.
Implementation
Uri encodeUrl(String url);