removeMyAuthFactorOTPEmail method

ResponseFuture<RemoveMyAuthFactorOTPEmailResponse> removeMyAuthFactorOTPEmail(
  1. RemoveMyAuthFactorOTPEmailRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.RemoveMyAuthFactorOTPEmailResponse>
    removeMyAuthFactorOTPEmail(
  $0.RemoveMyAuthFactorOTPEmailRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$removeMyAuthFactorOTPEmail, request,
      options: options);
}