setItemDescription method

bool setItemDescription(
  1. UgcUpdateHandle handle,
  2. Pointer<Utf8> description
)

Implementation

bool setItemDescription(
  UgcUpdateHandle handle,
  Pointer<Utf8> description,
) =>
    _setItemDescription.call(
      this,
      handle,
      description,
    );