pendingDocumentIdsInCollection abstract method

  1. @override
Set<String> pendingDocumentIdsInCollection(
  1. Collection collection
)
override

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

@override
Set<String> pendingDocumentIdsInCollection(Collection collection);