observeAll abstract method

Stream<Map<Key, Object?>> observeAll([
  1. Options options
])

Return Stream that will emit all values associated with key read from persistent storage. It will automatic emit all keys when any value was changed.

Implementation

Stream<Map<Key, Object?>> observeAll([Options options]);