PhaseEventCallback typedef

PhaseEventCallback = void Function(LoadingPhaseEvent event)

Callback type for phase events

Implementation

typedef PhaseEventCallback = void Function(LoadingPhaseEvent event);