getLatestSnapshot abstract method

Future<Snapshot?> getLatestSnapshot(
  1. String documentId
)

Get the latest snapshot of a document

Implementation

Future<Snapshot?> getLatestSnapshot(String documentId);