Firebase – How to fix that ToString() gives out error with an int?
I got this error when I'm trying to add a int to the List: "Too many positional arguments: 0 expected, but 1 found. Try removing the extra positional arguments, or specifying the name for named arguments" leaderboard.dart: class LeaderBoard extends…