selectedChipsCallBack typedef

selectedChipsCallBack = void Function(List<CustomsChipsModel> updatedChips)

Implementation

typedef selectedChipsCallBack = void Function(
    List<CustomsChipsModel> updatedChips);