HttpClientRequestTypeX extension

on

Properties

isDelete bool

Available on HttpClientRequestType, provided by the HttpClientRequestTypeX extension

no setter
isGet bool

Available on HttpClientRequestType, provided by the HttpClientRequestTypeX extension

no setter
isPost bool

Available on HttpClientRequestType, provided by the HttpClientRequestTypeX extension

no setter
isPut bool

Available on HttpClientRequestType, provided by the HttpClientRequestTypeX extension

no setter

Methods

callFunction(Uri url, {Map<String, String>? headers, Object? body}) Future<Response>

Available on HttpClientRequestType, provided by the HttpClientRequestTypeX extension