onConstructor method

void onConstructor(
  1. PhaseEventCallback callback
)

Implementation

void onConstructor(PhaseEventCallback callback) => addPhaseListener(phaseConstructor, callback);