Constants class
This class contains constant values for method and event channel names.
These constants are used to facilitate communication between the Flutter application and the native platform (e.g., Android) for the cash drawer.
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
-
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
- drawerStatus → const String
- The method name to retrieve the status of the cash drawer.
- methodChannel → const String
- The name of the method channel for cash drawer operations.
- openDrawer → const String
- The method name to open the cash drawer.