isDocumentPendingInCollection abstract method

  1. @override
bool isDocumentPendingInCollection(
  1. String documentId,
  2. Collection collection
)
override

Returns whether the Document with the given documentId, in the given collection, has revisions pending to be pushed.

This API is a snapshot and the result may change between the time the call was made and the time the call returns.

Implementation

@override
bool isDocumentPendingInCollection(
  String documentId,
  Collection collection,
);