pendingDocumentIdsInCollection abstract method

FutureOr<Set<String>> pendingDocumentIdsInCollection(
  1. Collection collection
)

Returns a Set of ids for Documents in the given collection, who have revisions pending to be pushed.

This API is a snapshot and results may change between the time the call was mad and the time the call returns.

Implementation

FutureOr<Set<String>> pendingDocumentIdsInCollection(Collection collection);