Stream that emits a new value whenever the SharedPreferences data changes.
Stream<String> get stream => _decorator.listenable.stream;