PESDK class

The plugin class for the photo_editor_sdk plugin.

Constructors

PESDK()

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

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

openEditor({String? image, Configuration? configuration, Map<String, dynamic>? serialization}) Future<PhotoEditorResult?>
Opens a new photo editor.
unlockWithLicense(String path) Future<void>
Unlocks the SDK with a license file from the assets. The path input should be a relative path to the license file(s) as specified in your pubspec.yaml file. If you want to unlock the SDK for both iOS and Android, you need to include one license for each platform with the same name, but where the iOS license has .ios as its file extension and the Android license has .android as its file extension.