menu
http_client package
documentation
http_client
Client
send abstract method
send
brightness_4
send
abstract method
Null safety
Future
<
Response
>
send
(
Request
request
)
Sends the
request
and returns the
Response
Implementation
Future<Response> send(Request request);
http_client package
documentation
http_client
Client
send abstract method
Client class
Constructors
Client
Properties
hashCode
runtimeType
Methods
close
noSuchMethod
send
toString
Operators
operator ==