SnapshotManager constructor

SnapshotManager(
  1. String projectPath
)

Creates a SnapshotManager for the project at projectPath.

Implementation

SnapshotManager(this.projectPath);