highscoreLevelKey constant

String const highscoreLevelKey = "highscore_level_"

The 'highscore for level x' key for the local storage. Using this key alone is not sufficient. You have to append a String with the level number.

Implementation

static const String highscoreLevelKey = "highscore_level_"