Skip to content

Commit

Permalink
Useless
Browse files Browse the repository at this point in the history
  • Loading branch information
foucblg committed Jan 10, 2025
1 parent 3856c7e commit 3254331
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/CMM/providers/leaderboard_provider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ class ScoreListNotifier extends ListNotifier<CMMScore> {
Future<AsyncValue<List<CMMScore>>> getLeaderboard() async {
return await loadList(_scoreRepository.getLeaderboard);
}

Future<bool> createScore(CMMScore score) async {
return await add(_scoreRepository.createCMMScore, score);
}
}

final scoreListProvider =
Expand Down

0 comments on commit 3254331

Please sign in to comment.