removeHumanAuthFactorOTP_Pre method

Future<RemoveHumanAuthFactorOTPResponse> removeHumanAuthFactorOTP_Pre(
  1. ServiceCall call,
  2. Future<RemoveHumanAuthFactorOTPRequest> request
)

Implementation

$async.Future<$1.RemoveHumanAuthFactorOTPResponse>
    removeHumanAuthFactorOTP_Pre($grpc.ServiceCall call,
        $async.Future<$1.RemoveHumanAuthFactorOTPRequest> request) async {
  return removeHumanAuthFactorOTP(call, await request);
}