resolveBaseUrl abstract method

String resolveBaseUrl()

Returns the base URL for all requests made by this connector.

Subclasses must implement this method. The value is used when constructing the Dio singleton and combined with each request's endpoint path.

Implementation

String resolveBaseUrl();