setAllowCachedResponse method

bool setAllowCachedResponse(
  1. UgcQueryHandle handle,
  2. int maxAgeSeconds
)

Implementation

bool setAllowCachedResponse(
  UgcQueryHandle handle,
  int maxAgeSeconds,
) =>
    _setAllowCachedResponse.call(
      this,
      handle,
      maxAgeSeconds,
    );