exists method

bool exists(
  1. String id
)

Whether a document with the given ID exists.

Implementation

bool exists(String id) => docsPerIdInformer.value.containsKey(id);