buildWithCategory abstract method

Widget buildWithCategory(
  1. dynamic onDataFetched(
    1. List<RewardsModel> pendings,
    2. List<RewardsModel> collected,
    3. List<RewardsModel> expired
    )
)

Implementation

Widget buildWithCategory(
    Function(List<RewardsModel> pendings, List<RewardsModel> collected,
            List<RewardsModel> expired)
        onDataFetched);