menu
spinach_core package
documentation
commons/services/IOrderService.dart
IOrderService
updateBuyOrder method
updateBuyOrder method
dark_mode
light_mode
updateBuyOrder
method
Future
<
BuyItem
>
?
updateBuyOrder
(
String
shoppingOrderId
,
Map
<
String
,
dynamic
>
body
)
Implementation
Future<BuyItem>? updateBuyOrder( String shoppingOrderId, Map<String, dynamic> body) {}
spinach_core package
documentation
commons/services/IOrderService
IOrderService
updateBuyOrder method
IOrderService class