removeHumanAuthFactorOTP_Pre method

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

Implementation

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