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