Storage class
Properties
-
client
→ Client
-
finalinherited
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
createFile({required MultipartFile file, List? read, List? write})
→ Future<Response>
-
Create File
-
deleteFile({required String fileId})
→ Future<Response>
-
Delete File
-
getFile({required String fileId})
→ Future<Response>
-
Get File
-
getFileDownload({required String fileId})
→ Future<Response>
-
Get File for Download
-
getFilePreview({required String fileId, int? width, int? height, int? quality, int? borderWidth, String? borderColor, int? borderRadius, double? opacity, int? rotation, String? background, String? output})
→ Future<Response>
-
Get File Preview
-
getFileView({required String fileId})
→ Future<Response>
-
Get File for View
-
listFiles({String? search, int? limit, int? offset, OrderType? orderType})
→ Future<Response>
-
List Files
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
updateFile({required String fileId, required List read, required List write})
→ Future<Response>
-
Update File