addMyAuthFactorOTP_Pre method

Future<AddMyAuthFactorOTPResponse> addMyAuthFactorOTP_Pre(
  1. ServiceCall call,
  2. Future<AddMyAuthFactorOTPRequest> request
)

Implementation

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