eachArbiter method

void eachArbiter(
  1. void arbiterFunc(
    1. Body body,
    2. Arbiter arbiter
    )
)

Call @c func once for each arbiter that is currently active on the body.

Implementation

void eachArbiter(void Function(Body body, Arbiter arbiter) arbiterFunc) => _body.eachArbiter(arbiterFunc);