getCarts abstract method

  1. @GET(AppEndpoints.getCarts)
Future<CartsResponse> getCarts()

Implementation

@GET(AppEndpoints.getCarts)
Future<CartsResponse> getCarts();