createSnapshot abstract method

Future<Snapshot> createSnapshot(
  1. String documentId
)

Create a snapshot of a document

Implementation

Future<Snapshot> createSnapshot(String documentId);