setDeleteKey abstract method
Toggles the delete key feature for the scanner based on the enabled
flag.
Implementation
Future<CommandResponse> setDeleteKey({
required String deviceId,
required bool enabled,
});
Toggles the delete key feature for the scanner based on the enabled
flag.
Future<CommandResponse> setDeleteKey({
required String deviceId,
required bool enabled,
});