getSnapshotMetadata abstract method
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,
});