restart static method

void restart()

Implementation

static void restart() {
  RankingData.avatar = List.empty(growable: true);
  RankingData.username = List.empty(growable: true);
  RankingData.elo = List.empty(growable: true);
  RankingData.rank = List.empty(growable: true);
}