- Implemented types
-
- Implementers
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, Map<String, 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, Map<String, dynamic> body, HttpOptions? options)
→ Future<Response>
-
inherited
-
put<T>(String path, Map<String, dynamic> body, HttpOptions? options)
→ Future<Response>
-
inherited
-
toString()
→ String
-
A string representation of this object.
inherited