Update lib/leaderboard/bloc/leaderboard_bloc.dart

Co-authored-by: Alejandro Santiago <dev@alestiago.com>
pull/57/head
Rui Miguel Alonso 4 years ago committed by GitHub
parent d0bfa4b8bc
commit 9001d37ffe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,7 +8,7 @@ part 'leaderboard_event.dart';
part 'leaderboard_state.dart'; part 'leaderboard_state.dart';
/// {@template leaderboard_bloc} /// {@template leaderboard_bloc}
/// Bloc for manage events on leaderboard. /// Manages leaderboard events.
/// ///
/// Uses a [LeaderboardRepository] to request and update players participations. /// Uses a [LeaderboardRepository] to request and update players participations.
/// {@endtemplate} /// {@endtemplate}

Loading…
Cancel
Save