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