setReadTime abstract method
Sets the read time for the scanner.
Implementation
Future<CommandResponse> setReadTime({
  required String deviceId,
  required ReadTime time,
});
Sets the read time for the scanner.
Future<CommandResponse> setReadTime({
  required String deviceId,
  required ReadTime time,
});