pendingDocumentIds property
- @Deprecated('Use pendingDocumentIdsInCollection instead.')
Returns a Set of ids for Documents in the default 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
@Deprecated('Use pendingDocumentIdsInCollection instead.')
FutureOr<Set<String>> get pendingDocumentIds;