vibration property

bool get vibration

Indicates whether vibration feedback is enabled.

When true, the scanner will vibrate as a form of feedback when executing commands, if the scanner supports vibration. Default value is true.

Implementation

bool get vibration => _vibration;