BackgroundFileUploaderPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • BackgroundFileUploaderPlatform
Implementers

Constructors

BackgroundFileUploaderPlatform()
Constructs a BackgroundFileUploaderPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
progressStream Stream<UploadProgress>
Stream of upload progress updates.
no setter
resultStream Stream<UploadResult>
Stream of upload results (completion/failure).
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cancelUpload(String uploadId) Future<bool>
Cancel an ongoing upload.
getUploadStatus(String uploadId) Future<UploadProgress?>
Get the current status of an upload.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
uploadFile(UploadTask task) Future<String?>
Start a background upload task.

Operators

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

Static Properties

instance BackgroundFileUploaderPlatform
The default instance of BackgroundFileUploaderPlatform to use.
getter/setter pair