ApiMethods class abstract

Implementers

Constructors

ApiMethods()

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

delete({required String url, String? authToken, Map<String, String>? query, Map<String, dynamic>? responseStatusValue}) Future<ResponseData<Map<String, dynamic>>>
get({required String url, String? authToken, Map<String, String>? query, Map<String, String>? headers, Map<String, dynamic>? body, Map<String, dynamic>? responseStatusValue}) Future<ResponseData<Map<String, dynamic>>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch({required String url, String? authToken, Map<String, dynamic>? body, Map<String, String>? query, Map<String, String>? multipartFile, Map<String, dynamic>? responseStatusValue, required Map<String, String> headers}) Future<ResponseData<Map<String, dynamic>>>
post({required String url, String? authToken, Map<String, dynamic>? body, Map<String, String>? query, Map<String, String>? multipartFile, Map<String, dynamic>? responseStatusValue, required Map<String, String> headers}) Future<ResponseData<Map<String, dynamic>>>
put({required String url, String? authToken, Map<String, dynamic>? body, Map<String, String>? query, Map<String, String>? multipartFile, Map<String, dynamic>? responseStatusValue, required Map<String, String> headers}) Future<ResponseData<Map<String, dynamic>>>
toString() String
A string representation of this object.
inherited

Operators

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