getClientToken abstract method

  1. @GET(AppEndpoints.getClientToken)
Future<LoginResponse> getClientToken(
  1. @Path() int id
)

Implementation

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