Taficloud class
Properties
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