getClients abstract method

  1. @GET(AppEndpoints.getClients)
Future<ClientsResponse> getClients()

Implementation

@GET(AppEndpoints.getClients)
Future<ClientsResponse> getClients();