Update lib/leaderboard/bloc/leaderboard_state.dart

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

@ -2,7 +2,7 @@ part of 'leaderboard_bloc.dart';
/// Defines the request status.
enum LeaderboardStatus {
/// While loading request.
/// Request is being loaded.
loading,
/// Everything run ok and received response.

Loading…
Cancel
Save