prefKey constant

String const prefKey

Key used to store theme information into shared-preferences. If you want to persist theme mode changes even after shared-preferences is cleared (e.g. after log out), do not remove this prefKey key from shared-preferences.

Implementation

static const String prefKey = 'adaptive_theme_preferences';