sendMyPasswordlessLink method

ResponseFuture<SendMyPasswordlessLinkResponse> sendMyPasswordlessLink(
  1. SendMyPasswordlessLinkRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$4.SendMyPasswordlessLinkResponse>
    sendMyPasswordlessLink($4.SendMyPasswordlessLinkRequest request,
        {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$sendMyPasswordlessLink, request,
      options: options);
}