requestToken abstract method

  1. @POST('')
Future<ResponseAuthToken> requestToken(
  1. @Body() RequestAuthToken authentication
)

Implementation

@POST('')
Future<ResponseAuthToken> requestToken(
  @Body() RequestAuthToken authentication,
);