pendingDocumentIds property

  1. @Deprecated('Use pendingDocumentIdsInCollection instead.')
  2. @override
Future<Set<String>> pendingDocumentIds
override

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.')
@override
Future<Set<String>> get pendingDocumentIds;