menu
appstrax_services package
documentation
shared/config.dart
Config
getStorageUrl method
getStorageUrl method
dark_mode
light_mode
getStorageUrl
method
String
getStorageUrl
(
[
String
path
=
''
])
Implementation
String getStorageUrl([String path = '']) { return '${getApiUrl()}/api/storage/file$path'; }
appstrax_services package
documentation
shared/config
Config
getStorageUrl method
Config class