setBaseUrl method

void setBaseUrl(
  1. String baseUrl
)

Sets the base URL for all API calls

baseUrl - The base URL for the API (e.g., 'https://api.example.com')

Implementation

void setBaseUrl(String baseUrl) {
  PlexNetworking.instance.setBasePath(baseUrl);
}