removeHumanAuthFactorOTPEmail method

ResponseFuture<RemoveHumanAuthFactorOTPEmailResponse> removeHumanAuthFactorOTPEmail(
  1. RemoveHumanAuthFactorOTPEmailRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.RemoveHumanAuthFactorOTPEmailResponse> removeHumanAuthFactorOTPEmail($0.RemoveHumanAuthFactorOTPEmailRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$removeHumanAuthFactorOTPEmail, request, options: options);
}