UFApiConfig class

Constructors

UFApiConfig.new()

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(String path, {Map<String, dynamic>? data}) Future
downloadFile({required String url, dynamic onProgress(double progress)?}) Future
get(String path, {Map<String, dynamic>? queryParameters, bool infiniteTimeout = false, Map<String, dynamic>? header}) Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
post(String path, {Map<String, dynamic>? data, bool infiniteTimeout = false, bool overrideBody = false, Map<String, dynamic>? header}) Future
put(String path, {Map<String, dynamic>? data}) Future
toString() String
A string representation of this object.
inherited
uploadFile({required String path, required File file, required String fileParam, Map<String, dynamic>? data}) Future<Map<String, dynamic>?>

Operators

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