onResult abstract method
void
onResult()
Implementation
void onResult(
String categoryId,
String appName,
String appIcon,
String categoryName,
String categoryIcon,
int totalItemCount,
int itemsInThisPage,
int itemsPerPage,
List<dynamic> items,
);