addQueue method
Adds a command to the queue.
Implementation
@override
Future<UrpResponse> addQueue(
Uint8List command,
UrpDeviceIdentifier target,
UrpDeviceIdentifier origin, {
Duration? timeout,
}) {
return super.addQueue(command, target, origin, timeout: timeout);
}