createConstantSource method
Create a ConstantSourceNode.
Implementation
WAConstantSourceNode createConstantSource() {
final id = backend.createConstantSource(_ctxId);
return WAConstantSourceNode(nodeId: id, contextId: _ctxId);
}
Create a ConstantSourceNode.
WAConstantSourceNode createConstantSource() {
final id = backend.createConstantSource(_ctxId);
return WAConstantSourceNode(nodeId: id, contextId: _ctxId);
}