document abstract method

FutureOr<Document?> document(
  1. String id
)

Returns the Document with the given id, if it exists.

Implementation

FutureOr<Document?> document(String id);