baseUrl property
Uri
get
baseUrl
Base URL for the API.
Must be provided by concrete implementations.
Example: Uri.parse('https://api.example.com/v1/')
Implementation
Uri get baseUrl;
Base URL for the API.
Must be provided by concrete implementations.
Example: Uri.parse('https://api.example.com/v1/')
Uri get baseUrl;