NetworkHttpUploader class

Available extensions

Constructors

NetworkHttpUploader({required NetworkHttp http})

Properties

hashCode int
The hash code for this object.
no setterinherited
http NetworkHttp
final
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
upload(String url, {required FileUploadingType type, required List<List<int>> fileBytes, String? fileKey, String? fileSuffix, Map<String, dynamic>? params, dynamic onSendProgress(int count, int total)?}) Future<Map<String, dynamic>>

Available on NetworkHttpUploader, provided by the UploaderEx extension

File upload.

Operators

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