HttpApiProvider class

Inheritance

Constructors

HttpApiProvider()

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

formatErrorMessage<E>(dynamic error, String defaultErrorMessage) ApiError
inherited
handleMultipart(ApiRequest request) Future<StreamedResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
runRequest(ApiRequest request) Future<Response>
send<ResultType, InnerType>(ApiRequest<ResultType, InnerType> request) Future<ApiResponse<ResultType, InnerType>>
override
toString() String
A string representation of this object.
inherited

Operators

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