read abstract method

Future<R> read(
  1. DocumentId docId
)

Gets a single document from the collection

Does NOT refresh automatically

Implementation

Future<R> read(DocumentId docId);