sendPasswordlessRegistration method

ResponseFuture<SendPasswordlessRegistrationResponse> sendPasswordlessRegistration(
  1. SendPasswordlessRegistrationRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.SendPasswordlessRegistrationResponse>
    sendPasswordlessRegistration(
        $1.SendPasswordlessRegistrationRequest request,
        {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$sendPasswordlessRegistration, request,
      options: options);
}