menu
ziggurat package
documentation
ziggurat.dart
Game
stop method
stop method
dark_mode
light_mode
stop
method
@mustCallSuper
void
stop
(
)
Stop this game.
Implementation
@mustCallSuper void stop() => _isRunning = false;
ziggurat package
documentation
ziggurat
Game
stop method
Game class