menu
yui_kit package
documentation
yui.dart
HttpApi<ReqType, ResType>
HttpApi.new constructor
HttpApi.new constructor
dark_mode
light_mode
HttpApi<
ReqType
,
ResType
>
constructor
HttpApi<
ReqType
,
ResType
>
(
{
required
String
baseUrl
,
required
String
path
,
})
Implementation
HttpApi({ required this.baseUrl, required this.path, });
yui_kit package
documentation
yui
HttpApi<ReqType, ResType>
HttpApi.new constructor
HttpApi class