RequestClient<T> class abstract

Implemented types
Implementers

Constructors

RequestClient()

Properties

client ↔ T
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

delete<T>(String path, dynamic body, HttpOptions? options) Future<Response>
inherited
get<T>(String path, HttpOptions? options) Future<Response>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
post<T>(String path, dynamic body, HttpOptions? options) Future<Response>
inherited
put<T>(String path, dynamic body, HttpOptions? options) Future<Response>
inherited
setAuthToken(Jwt token) → void
setBaseUrl(String url) → void
toString() String
A string representation of this object.
inherited

Operators

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