setCell<T> method
Update a cell and invalidate dependents (synchronous).
Implementation
void setCell<T>(AsyncCellHandle<T> handle, T value) => handle.set(value);
Update a cell and invalidate dependents (synchronous).
void setCell<T>(AsyncCellHandle<T> handle, T value) => handle.set(value);