authenticateResendCode method

ResponseFuture<AuthenticateResendCodeResponse> authenticateResendCode(
  1. AuthenticateResendCodeRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$5.AuthenticateResendCodeResponse>
    authenticateResendCode($5.AuthenticateResendCodeRequest request,
        {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$authenticateResendCode, request,
      options: options);
}