Uploader class
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
-
completeMultipartUpload(String? url, Map<String, String> fields, int partNumber)
→ Future<PixelBinImage?>
-
-
multipartFileUpload(File file, SignedDetails signedDetails, int chunkSize, int concurrency)
→ Future<PixelBinImage?>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
readChunk(File file, int startOffset, int length)
→ Future<List<int>>
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
upload(File file, SignedDetails signedDetails, {int chunkSize = 1024, int concurrency = 1})
→ Future<PixelBinImage?>
-
-
uploadToGCS(String url, Map<String, String> fields, File file)
→ Future<PixelBinImage?>
-
-
uploadToS3(String url, Map<String, String> fields, File file)
→ Future<PixelBinImage?>
-