HasuraStorageClient class abstract

Constructors

HasuraStorageClient()

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

close() → void
delete(String fileId) Future<void>
downloadFile(String fileId) Future<Response>
downloadImage(String fileId, {ImageTransformBase? transform}) Future<Response>
getPresignedUrl(String fileId, {ImageTransformBase? transform}) Future<PresignedUrlBase>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
uploadBytes({required String fileName, required List<int> fileContents, String? fileId, String? bucketId, String mimeType, UploadProgressCallback? onUploadProgress}) Future<FileMetadataBase>
uploadString({required String fileName, required String fileContents, String? fileId, String? bucketId, String mimeType, UploadProgressCallback? onUploadProgress}) Future<FileMetadataBase>

Operators

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