stop method

  1. @mustCallSuper
void stop()

Stop this game.

Implementation

@mustCallSuper
void stop() => _isRunning = false;