getStateFile function

File getStateFile(
  1. String path
)

Gets the state file path.

Implementation

File getStateFile(String path) {
  return File(path + stateExt);
}