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