removeMyAuthFactorOTP_Pre method

Future<RemoveMyAuthFactorOTPResponse> removeMyAuthFactorOTP_Pre(
  1. ServiceCall $call,
  2. Future<RemoveMyAuthFactorOTPRequest> $request
)

Implementation

$async.Future<$0.RemoveMyAuthFactorOTPResponse> removeMyAuthFactorOTP_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$0.RemoveMyAuthFactorOTPRequest> $request) async {
  return removeMyAuthFactorOTP($call, await $request);
}