Gets a boolean value from storage.
static bool? getBool(String key) { _ensureInitialized(); return _prefs!.getBool(key); }