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