draw method

void draw()

Sets the current status to GameStatus.draw.

Implementation

void draw() => _gameStatus = GameStatus.draw;