createBeacon method

SteamApiCall createBeacon(
  1. int openSlots,
  2. Pointer<SteamPartyBeaconLocation> pBeaconLocation,
  3. Pointer<Utf8> connectString,
  4. Pointer<Utf8> metadata,
)

Implementation

SteamApiCall createBeacon(
  int openSlots,
  Pointer<SteamPartyBeaconLocation> pBeaconLocation,
  Pointer<Utf8> connectString,
  Pointer<Utf8> metadata,
) =>
    _createBeacon.call(
      this,
      openSlots,
      pBeaconLocation,
      connectString,
      metadata,
    );