EasyClientContract class abstract

Implementers

Constructors

EasyClientContract()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call(String method, String uri) Future<HttpClientResponse>
execute() Future<HttpClientResponse>
getRequest() HttpClientRequest
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prepareRequest(String method, String uri) HttpClientRequest
toString() String
A string representation of this object.
inherited
withHandler(Function handler) EasyClientContract

Operators

operator ==(Object other) bool
The equality operator.
inherited