token abstract method

  1. @GET('/token')
Future<Result<JwtTokenResponse>> token()

Implementation

@GET('/token')
Future<Result<JwtTokenResponse>> token();