start method

void start()

Implementation

void start() {
  state = state.copyWith(gameStatus: GameStatus.Started);
}