removeMyAuthFactorOTPSMS_Pre method
Future<RemoveMyAuthFactorOTPSMSResponse>
removeMyAuthFactorOTPSMS_Pre(
- ServiceCall call,
- Future<
RemoveMyAuthFactorOTPSMSRequest> request
Implementation
$async.Future<$2.RemoveMyAuthFactorOTPSMSResponse> removeMyAuthFactorOTPSMS_Pre($grpc.ServiceCall call, $async.Future<$2.RemoveMyAuthFactorOTPSMSRequest> request) async {
return removeMyAuthFactorOTPSMS(call, await request);
}