ImagecropperOhosPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • ImagecropperOhosPlatform
Implementers

Constructors

ImagecropperOhosPlatform()
Constructs a ImagecropperOhosPlatform.

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

cropImage({required String sourcePath, required Rect area, double? scale, double? angle, double? cx, double? cy}) Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
recoverImage() Future<String?>
sampleImage({required String path, required int maximumSize}) Future<String?>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance ImagecropperOhosPlatform
The default instance of ImagecropperOhosPlatform to use.
getter/setter pair