onResult abstract method

void onResult(
  1. String categoryId,
  2. int totalItemCount,
  3. int itemsInThisPage,
  4. int itemsPerPage,
  5. List items,
)

Implementation

void onResult(
  String categoryId,
  int totalItemCount,
  int itemsInThisPage,
  int itemsPerPage,
  List<dynamic> items,
);