Gets a boolean value from SharedPreferences.
static bool getBool(String key, {bool defaultValue = false}) { return prefs!.getBool(key) ?? defaultValue; }