DdxHttpClient class

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

delete({required String path, int? port, required Map<String, dynamic> body, String? token}) Future
external({required String uriAddress, required String method, Map<String, dynamic>? queryParameters, String? query, Map<String, dynamic>? body, String? token}) Future
get({required String path, int? port, Map<String, dynamic>? queryParameters, String? query, String? token}) Future
multipart({required String uriAddress, required String method, Map<String, dynamic>? queryParameters, String? query, required File file, String? token}) Future
patch({required String path, int? port, required Map<String, dynamic> body, String? token}) Future
post({required String path, int? port, required Map<String, dynamic> body, String? token}) Future
put({required String path, int? port, required Map<String, dynamic> body, String? token}) Future