SnapshotStore constructor

SnapshotStore(
  1. String rootDirectory
)

Creates the store; rootDirectory is kept only for API symmetry.

Implementation

SnapshotStore(this.rootDirectory);