SensorContactCallback<T extends GameComponent> typedef
SensorContactCallback<T extends GameComponent> =
void Function(T component)
Implementation
typedef SensorContactCallback<T extends GameComponent> = void Function(
T component,
);