Observe changes to the value associated with the specified key in SharedPreferences.
Stream<String> observe({String? key}) { assert(_key != null); return _decorator.listen(key: key); }