Call @c func once for each arbiter that is currently active on the body.
void eachArbiter(void Function(Body body, Arbiter arbiter) arbiterFunc) => _body.eachArbiter(arbiterFunc);