IUploadsApi class abstract

Implementers

Constructors

IUploadsApi.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

cancelUpload(String uploadId, {AbortUpload? body}) Future<bool>
completeUpload(String uploadId, {FinishUpload? body}) Future<bool>
findMedia({required String mediaType, required String filePath, required int fileSize}) Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startUpload({UploadRequest? body, Map? mediaParams}) Future<StartUpload>
toString() String
A string representation of this object.
inherited
uploadPart(String uploadId, {Object? body, int? length, String? pathname, String? partnumber}) Future<ETagResponse>

Operators

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