removeDispatcher static method

void removeDispatcher(
  1. FlameGame<World> game,
  2. ComponentKey key
)

Implementation

static void removeDispatcher(FlameGame game, ComponentKey key) {
  game.unregisterKey(key);
}