UnsupportedImageEditor class

Inheritance

Constructors

UnsupportedImageEditor()

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

editFileImage({required File file, required ImageEditorOption imageEditorOption}) Future<Uint8List?>
The file is the source of image.
override
editFileImageAndGetFile({required File file, required ImageEditorOption imageEditorOption}) Future<File?>
The file is the source of image.
override
editImage({required Uint8List image, required ImageEditorOption imageEditorOption}) Future<Uint8List?>
The image is a source of image.
override
editImageAndGetFile({required Uint8List image, required ImageEditorOption imageEditorOption}) Future<File>
The image is the source of image.
override
mergeToFile({required ImageMergeOption option}) Future<File?>
Merge multiple images and get file.
override
mergeToMemory({required ImageMergeOption option}) Future<Uint8List?>
Merge multiple images.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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