inject method

void inject(
  1. ValueCell<T> cell
)

Alias of setCell.

Implementation

void inject(ValueCell<T> cell) => setCell(cell);