onValueRemoved

abstract val onValueRemoved: Flow<Key>(source)

This flow must emit data each time when data by Key has been removed with unset/unsetWithValues methods or in any other way

See also