getClientToken abstract method
- @GET(AppEndpoints.getClientToken)
Implementation
@GET(AppEndpoints.getClientToken)
Future<LoginResponse> getClientToken(
@Path() int id,
);
@GET(AppEndpoints.getClientToken)
Future<LoginResponse> getClientToken(
@Path() int id,
);