removeMyAuthFactorOTP_Pre method

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

Implementation

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