menu
otium_ecommerce
data/data_sources/remote/cart_module_rest_client/cart_module_rest_client.dart
CartModuleRestClient
getCarts abstract method
getCarts
dark_mode
light_mode
getCarts
abstract method
@
GET
(AppEndpoints.getCarts)
Future
<
CartsResponse
>
getCarts
(
)
Implementation
@GET(AppEndpoints.getCarts) Future<CartsResponse> getCarts();
otium_ecommerce
cart_module_rest_client
CartModuleRestClient
getCarts abstract method
CartModuleRestClient class