setReturnOnlyIds method

bool setReturnOnlyIds(
  1. UgcQueryHandle handle,
  2. bool returnOnlyIds
)

Implementation

bool setReturnOnlyIds(
  UgcQueryHandle handle,
  bool returnOnlyIds,
) =>
    _setReturnOnlyIds.call(
      this,
      handle,
      returnOnlyIds,
    );