requestGlobalStats method

SteamApiCall requestGlobalStats(
  1. int nHistoryDays
)

Implementation

SteamApiCall requestGlobalStats(
  int nHistoryDays,
) =>
    _requestGlobalStats.call(
      this,
      nHistoryDays,
    );