pendingDocumentIds property

FutureOr<Set<String>> pendingDocumentIds

Returns a Set of Document ids, who have revisions pending push.

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>> get pendingDocumentIds;