endAuthSession method

void endAuthSession(
  1. CSteamId steamId
)

Implementation

void endAuthSession(
  CSteamId steamId,
) =>
    _endAuthSession.call(
      this,
      steamId,
    );