ConcreteNamespacedPrefs constructor
ConcreteNamespacedPrefs(
- String namespace
Creates a ConcreteNamespacedPrefs instance with the given namespace.
namespace is the prefix used for keys in SharedPreferences.
Implementation
ConcreteNamespacedPrefs(super.namespace);