getSnapshotMetadata abstract method

Future<SessionSnapshot?> getSnapshotMetadata(
  1. String snapshotId, {
  2. Map<String, dynamic>? context,
})

SessionStore.getSnapshot by snapshotId without the state: the returned row carries every other field as stored, with state null, and the same null-if-not-found contract.

Implementation

Future<SessionSnapshot?> getSnapshotMetadata(
  String snapshotId, {
  Map<String, dynamic>? context,
});