restart static method
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);
}