JsonFileStore.atPath constructor
JsonFileStore.atPath(
- String path
Convenience constructor from a filesystem path.
Implementation
JsonFileStore.atPath(String path) : file = File(path);
Convenience constructor from a filesystem path.
JsonFileStore.atPath(String path) : file = File(path);