addMyAuthFactorOTP_Pre method
Future<AddMyAuthFactorOTPResponse>
addMyAuthFactorOTP_Pre(
- ServiceCall call,
- Future<
AddMyAuthFactorOTPRequest> request
Implementation
$async.Future<$2.AddMyAuthFactorOTPResponse> addMyAuthFactorOTP_Pre($grpc.ServiceCall call, $async.Future<$2.AddMyAuthFactorOTPRequest> request) async {
return addMyAuthFactorOTP(call, await request);
}