getBuyOrdersByLocation method

Future<ItemSearchResults?> getBuyOrdersByLocation(
  1. String location
)

Implementation

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