baseUrl property
The base URL of your backend API.
This should be the root URL without trailing slash. Example: 'https://api.example.com'
Required unless customBackendAdapter is provided.
Implementation
final String? baseUrl;
The base URL of your backend API.
This should be the root URL without trailing slash. Example: 'https://api.example.com'
Required unless customBackendAdapter is provided.
final String? baseUrl;