setCallbacks method
Update the callbacks that the controller will use This is called internally by the editor widget only
Implementation
void setCallbacks(NodeFlowCallbacks<T> callbacks) {
_callbacks = callbacks;
}
Update the callbacks that the controller will use This is called internally by the editor widget only
void setCallbacks(NodeFlowCallbacks<T> callbacks) {
_callbacks = callbacks;
}