getItems method
Implementation
Future<ItemSearchResults?> getItems(String category, String text, String brand,
String scrollId, String country) async {
return await this
._searchService
.getItems(category, text, brand, scrollId, country);
}