menu
api_connections_package package
documentation
api/cart_api.dart
CartApi
getCartById method
getCartById method
dark_mode
light_mode
getCartById
method
Future
<
Either
<
Failure
,
Cart
>
>
getCartById
(
int
id
)
Implementation
Future<Either<Failure, Cart>> getCartById(int id) { return _getCartByIdUseCase.execute(id); }
api_connections_package package
documentation
api/cart_api
CartApi
getCartById method
CartApi class