setReadMode abstract method
Sets the read mode for the scanner.
Implementation
Future<CommandResponse> setReadMode({
  required String deviceId,
  required ReadMode mode,
});Sets the read mode for the scanner.
Future<CommandResponse> setReadMode({
  required String deviceId,
  required ReadMode mode,
});