triesLevelKey constant

String const triesLevelKey = "tries_level_"

The 'number of tries 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 triesLevelKey = "tries_level_"