removeMyAuthFactorOTP_Pre method

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

Implementation

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