menu
bea_flutter_package package
documentation
bea_services/utils/url_utils.dart
UrlUtils
getUrl static method
getUrl static method
dark_mode
light_mode
getUrl
static method
String
getUrl
(
String
urlBase
,
String
service
)
Implementation
static String getUrl(String urlBase, String service){ return '$urlBase/$service'; }
bea_flutter_package package
documentation
bea_services/utils/url_utils
UrlUtils
getUrl static method
UrlUtils class