watchKey abstract method

Stream<E?> watchKey(
  1. String key
)

Watch for changes to the given key.

Implementation

Stream<E?> watchKey(String key);