watchDictionaryItem property

Stream<void> Function(int) watchDictionaryItem

For watching the dictionary history collection.

Implementation

Stream<void> Function(int) get watchDictionaryItem =>
    _database.dictionarySearchResults.watchObjectLazy;