setTransmitSTSP abstract method
Sets the transmission of start/stop characters for Code 39 symbology.
deviceId - The identifier of the target device.
enabled - A boolean indicating whether to enable (true) or disable (false) the transmission of start/stop characters.
Implementation
Future<CommandResponse> setTransmitSTSP({
  required String deviceId,
  required bool enabled,
});