setBaseUrl method
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);
}
Sets the base URL for all API calls
baseUrl
- The base URL for the API (e.g., 'https://api.example.com')
void setBaseUrl(String baseUrl) {
PlexNetworking.instance.setBasePath(baseUrl);
}