Gets a stream of value changes for this flag
@override Stream<T> get changes { return _provider.flagChanges(key).map((value) => parseValue(value)); }