requestPolledAuth abstract method

  1. @GET.new("$polled_login{taskId}")
Future<ResponseAuth> requestPolledAuth(
  1. @Path.new("taskId") String taskId
)

Implementation

@GET("$polled_login{taskId}")
Future<ResponseAuth> requestPolledAuth(
  @Path("taskId") String taskId,
);