notifyItems method

  1. @override
void notifyItems(
  1. List<FlowItem> items
)
override

้€š็Ÿฅ้€‰้กน

Implementation

@override
void notifyItems(List<FlowItem> items) {
  if (mounted) {
    setState(() {
      flowItems = items;
    });
  }
}