isDocumentPending abstract method

  1. @Deprecated('Use isDocumentPendingInCollection instead.')
  2. @override
Future<bool> isDocumentPending(
  1. String documentId
)
override

Returns whether the Document with the given documentId, in the default 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

@Deprecated('Use isDocumentPendingInCollection instead.')
@override
Future<bool> isDocumentPending(String documentId);