startGame method

void startGame()

Implementation

void startGame() {
  gameLoopStart = DateTime.now();
  lastTick = DateTime.now();
  _ticker.start();
}