trackArgument static method
Inform the current argument cell listener that the value of cell
was referenced.
Implementation
static void trackArgument(ValueCell cell) {
_onUseArgument?.call(cell);
}
Inform the current argument cell listener that the value of cell
was referenced.
static void trackArgument(ValueCell cell) {
_onUseArgument?.call(cell);
}