closeSessionWithUser method

bool closeSessionWithUser(
  1. Pointer<SteamNetworkingIdentity> identityRemote
)

Implementation

bool closeSessionWithUser(
  Pointer<SteamNetworkingIdentity> identityRemote,
) =>
    _closeSessionWithUser.call(
      this,
      identityRemote,
    );