ScannerFeedback class abstract
Configures the feedback behavior of the scanner when executing commands.
This interface provides methods to manage feedback settings such as LED, buzzer, and vibration.
Constructors
Properties
- buzzer → bool
-
Indicates whether buzzer feedback is enabled.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- led → bool
-
Indicates whether LED feedback is enabled.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- vibration → bool
-
Indicates whether vibration feedback is enabled.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
set(
{bool? led, bool? buzzer, bool? vibration}) → void - Sets the feedback preferences for the scanner.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited