Retrieves a bool value from storage.
static bool getBool(String key, {bool defaultValue = false}) { return _prefs?.getBool(key) ?? defaultValue; }