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 26e895fe82
commit b737dfdcdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,7 +7,7 @@ enum LeaderboardStatus {
/// Request is being loaded.
loading,
/// Everything run ok and received response.
/// Request was processed successfully and received a valid response.
success,
/// Request was processed unsuccessfully and received an error.

Loading…
Cancel
Save