Taficloud class

Constructors

Taficloud({required String apiKey})

Properties

apiKey String
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

compressImage(File file) Future<Uint8List>
convertMedia(String key, String format) Future<Media>
getMediaMetadata(String key) Future<MediaMetadata>
mergePdfs(List<File> pdfs, {String? folder}) Future<Media>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
uploadBase64(String base64String, String mimetype, {String? folder}) Future<Media>
uploadFile(File file, String fileName, {String? folder}) Future<Media>
uploadFiles(List<File> files, {String? folder}) Future<List<Media>>

Operators

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