menu
flame package
documentation
input.dart
TapDetector
removeGameStateListener method
removeGameStateListener method
dark_mode
light_mode
removeGameStateListener
method
void
removeGameStateListener
(
VoidCallback
callback
)
inherited
Implementation
void removeGameStateListener(VoidCallback callback) { gameStateListeners.remove(callback); }
flame package
documentation
input
TapDetector
removeGameStateListener method
TapDetector mixin