ImageEditorOhos class
- Inheritance
-
- Object
- PlatformInterface
- ImageEditorOhos
Constructors
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. -
editFileImageAndGetFile(
{required File file, required ImageEditorOption imageEditorOption}) → Future< File?> -
The
file
is the source of image. -
editImage(
{required Uint8List image, required ImageEditorOption imageEditorOption}) → Future< Uint8List?> -
The
image
is a source of image. -
editImageAndGetFile(
{required Uint8List image, required ImageEditorOption imageEditorOption}) → Future< File> -
The
image
is the source of image. -
mergeToFile(
{required ImageMergeOption option}) → Future< File?> - Merge multiple images and get file.
-
mergeToMemory(
{required ImageMergeOption option}) → Future< Uint8List?> - Merge multiple images.
-
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
Static Methods
-
registerWith(
) → void