sendPasswordlessRegistration method

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

Implementation

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