Called when two Fixtures start being in contact.
It is called for sensors and non-sensors.
void beginContact(Object other, Contact contact) { onBeginContact?.call(other, contact); }