ClientUpload class

Upload.

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

getCdnFile({required Uint8List fileToken, required int offset, required int limit}) Future<Result<UploadCdnFileBase>>
Get Cdn File.
getCdnFileHashes({required Uint8List fileToken, required int offset}) Future<Result<Vector<FileHashBase>>>
Get Cdn File Hashes.
getFile({required bool precise, required bool cdnSupported, required InputFileLocationBase location, required int offset, required int limit}) Future<Result<UploadFileBase>>
Get File.
getFileHashes({required InputFileLocationBase location, required int offset}) Future<Result<Vector<FileHashBase>>>
Get File Hashes.
getWebFile({required InputWebFileLocationBase location, required int offset, required int limit}) Future<Result<UploadWebFileBase>>
Get Web File.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reuploadCdnFile({required Uint8List fileToken, required Uint8List requestToken}) Future<Result<Vector<FileHashBase>>>
Reupload Cdn File.
saveBigFilePart({required int fileId, required int filePart, required int fileTotalParts, required Uint8List bytes}) Future<Result<Boolean>>
Save Big File Part.
saveFilePart({required int fileId, required int filePart, required Uint8List bytes}) Future<Result<Boolean>>
Save File Part.
toString() String
A string representation of this object.
inherited

Operators

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