clear method

void clear()

Clear all cells (call once per frame)

Implementation

void clear() => grid.clear();