addMyAuthFactorOTPSMS_Pre method
Future<AddMyAuthFactorOTPSMSResponse>
addMyAuthFactorOTPSMS_Pre(
- ServiceCall call,
- Future<
AddMyAuthFactorOTPSMSRequest> request
Implementation
$async.Future<$2.AddMyAuthFactorOTPSMSResponse> addMyAuthFactorOTPSMS_Pre($grpc.ServiceCall call, $async.Future<$2.AddMyAuthFactorOTPSMSRequest> request) async {
return addMyAuthFactorOTPSMS(call, await request);
}