invokeAeaPRCommand method
Implementation
void invokeAeaPRCommand(PrCommand command) {
command = command.copyWith(deviceId: devId!);
log("invoking\n${command.toJson()}");
_hubConnection.invoke("PRPrintRequest", args: [devId!, command]);
}
void invokeAeaPRCommand(PrCommand command) {
command = command.copyWith(deviceId: devId!);
log("invoking\n${command.toJson()}");
_hubConnection.invoke("PRPrintRequest", args: [devId!, command]);
}