FileUploaderClient class abstract

The file uploader uploads files to some storage.

Implementers

Constructors

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
upload(Stream<List<int>> stream, int length) Future<bool>
Uploads a file from a Stream, returns true if successful.
uploadByteData(ByteData byteData) Future<bool>
Uploads a file contained by a ByteData object, returns true if successful.

Operators

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