streamCountAll abstract method

Stream<T> streamCountAll()

Gets the amount of all documents from the collection

Refreshes automatically when new data is added/removed from the collection

See also: streamCountWhere

Implementation

Stream<T> streamCountAll();