ImageService class abstract

Implementers

Constructors

ImageService()

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

crop(Uint8List imageData, int x, int y, int width, int height) FutureOr<String?>
flip(Uint8List imageData, String axis) FutureOr<String?>
gray(Uint8List imageData) FutureOr<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resize(Uint8List imageData, int width, int height) FutureOr<String?>
toString() String
A string representation of this object.
inherited

Operators

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

Constants

Crop → const int
Flip → const int
Gray → const int
Resize → const int