pendingDocumentIds property

  1. @override
Set<String> pendingDocumentIds
override

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

@override
Set<String> get pendingDocumentIds;