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