Method class

This class defines constant strings representing method names for communication between Flutter and native code. These constants are used to ensure consistency in method calls and event handling.

Constructors

Method()

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

Constants

INIT → const String
Constants for Flutter to native methods Use this method to initialize SDL.
ON_EDITOR_CLOSED → const String
This method is called when the editor is closed.
ON_EDITOR_LOAD_FAILED → const String
This method is called when there's a failure to load the editor.
ON_EDITOR_LOADED → const String
This method is called when the editor is successfully loaded.
ON_SNAP_SAVED → const String
This method is called when a snap is successfully saved to StorifyMe platform.
OPEN_SNAPS → const String
Use this method to open editor for a new snap.