OnComplete typedef

OnComplete = dynamic Function(List<PlanItem> itemList)

Implementation

typedef OnComplete = Function(List<PlanItem> itemList);