menu
truesight_flutter package
documentation
http/http.dart
HttpRepository
url method
url method
dark_mode
light_mode
url
method
String
url
(
String
path
)
Implementation
String url(String path) { return "$baseUrl/$path"; }
truesight_flutter package
documentation
http/http
HttpRepository
url method
HttpRepository class