getSellOrdersByLocation method
Implementation
Future<SellItemData?> getSellOrdersByLocation(
String location, String scrollId) async {
return await this._orderService.getSellOrdersByLocation(location, scrollId);
}
Future<SellItemData?> getSellOrdersByLocation(
String location, String scrollId) async {
return await this._orderService.getSellOrdersByLocation(location, scrollId);
}