menu
http_client package
documentation
http_executor
HttpExecutor
HttpExecutor constructor
HttpExecutor
brightness_4
HttpExecutor
constructor
Null safety
HttpExecutor
(
Client
_client
,
Executor
_executor
)
Wraps a HTTP
Client
and limits its use with an
Executor
.
Implementation
HttpExecutor(this._client, this._executor);
http_client package
documentation
http_executor
HttpExecutor
HttpExecutor constructor
HttpExecutor class
Constructors
HttpExecutor
Properties
hashCode
runtimeType
Methods
close
noSuchMethod
send
toString
Operators
operator ==