getClanOfficerCount method

int getClanOfficerCount(
  1. CSteamId steamIdClan
)

Implementation

int getClanOfficerCount(
  CSteamId steamIdClan,
) =>
    _getClanOfficerCount.call(
      this,
      steamIdClan,
    );