@override void destroyBody(int bodyHandle) { _bodies.remove(bodyHandle); _colliders.removeWhere((_, c) => c.bodyHandle == bodyHandle); }