setCellOwned method

  1. @override
void setCellOwned(
  1. int x,
  2. int y,
  3. Cell? cell
)
override

Sets the cell at (x, y) and may take ownership of cell.

Implementation

@override
void setCellOwned(int x, int y, Cell? cell) => _scr.setCellOwned(x, y, cell);