getELoadCartTransaction abstract method
- @POST.new(Api.eLoadCartTransaction)
- @Body.new() required dynamic body,
- @Header.new("content-type") String contentType = "application/json",
Implementation
@POST(Api.eLoadCartTransaction)
Future<ELoadTransactionsModel> getELoadCartTransaction({
@Body() required dynamic body,
@Header("content-type") String contentType = "application/json",
});