Future<List<OrderList>?> getOrderByRetailer(String retailerId) async { return await this ._orderService .getOrdersByQuery({"retailerId": retailerId}); }