watch abstract method

Stream<MapEntry<K, V?>> watch({
  1. K key,
})

Watch for changes to this CRDT. Use key to monitor a specific key.

Implementation

Stream<MapEntry<K, V?>> watch({K key});