getBuyOrdersByLocation method
Implementation
Future<ItemSearchResults?> getBuyOrdersByLocation(String location) async {
return await this._searchService.getBuyOrdersByLocation(location);
}
Future<ItemSearchResults?> getBuyOrdersByLocation(String location) async {
return await this._searchService.getBuyOrdersByLocation(location);
}