JsonFileStore.atPath constructor

JsonFileStore.atPath(
  1. String path
)

Convenience constructor from a filesystem path.

Implementation

JsonFileStore.atPath(String path) : file = File(path);