sendMyPasswordlessLink method

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

Implementation

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