menu
meet_hour package
documentation
meet_hour_apiServices.dart
ApiServices
setBaseUrl static method
setBaseUrl static method
dark_mode
light_mode
setBaseUrl
static method
void
setBaseUrl
(
String
url
)
Setter to update the base URL dynamically
Implementation
static void setBaseUrl(String url) { _baseUrl = url; }
meet_hour package
documentation
meet_hour_apiServices
ApiServices
setBaseUrl static method
ApiServices class