submitItemUpdate method

SteamApiCall submitItemUpdate(
  1. UgcUpdateHandle handle,
  2. Pointer<Utf8> changeNote
)

Implementation

SteamApiCall submitItemUpdate(
  UgcUpdateHandle handle,
  Pointer<Utf8> changeNote,
) =>
    _submitItemUpdate.call(
      this,
      handle,
      changeNote,
    );