menu
flame package
documentation
events.dart
Dispatcher<G extends FlameGame<World>>
removeDispatcher static method
removeDispatcher static method
dark_mode
light_mode
removeDispatcher
static method
void
removeDispatcher
(
FlameGame
<
World
>
game
,
ComponentKey
key
)
Implementation
static void removeDispatcher(FlameGame game, ComponentKey key) { game.unregisterKey(key); }
flame package
documentation
events
Dispatcher<G extends FlameGame<World>>
removeDispatcher static method
Dispatcher class