isDocumentPending abstract method

FutureOr<bool> isDocumentPending(
  1. String documentId
)

Returns whether the Document with the given documentId has revisions pending push.

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

Implementation

FutureOr<bool> isDocumentPending(String documentId);