bool getBool(String key, {bool optionalValue = false}) => _sharedPreferences.getBool(key) ?? optionalValue;