MilestoneStatusListener constructor
- void onMilestoneStatusUpdatedLambda()
This abstract class should be implemented in order to receive notifications from this class about the arrival at each Milestone or missing it.
Implementation
factory MilestoneStatusListener(
void Function(Milestone, MilestoneStatus) onMilestoneStatusUpdatedLambda,
) => MilestoneStatusListener$Lambdas(
onMilestoneStatusUpdatedLambda,
);