menu
sa_flutter package
documentation
service.base.dart
ServiceBase<T>
ServiceBase constructor
ServiceBase constructor
dark_mode
light_mode
ServiceBase<
T
>
constructor
ServiceBase<
T
>
(
String
baseUrl
,
String
path
, {
String
requestRole
=
'user'
,
})
Implementation
ServiceBase(this.baseUrl, this.path, {this.requestRole = 'user'});
sa_flutter package
documentation
service.base
ServiceBase<T>
ServiceBase constructor
ServiceBase class