getEncryptedPlacesFilePath function

String getEncryptedPlacesFilePath()

Get the file path for encrypted places (relative to data dir). This is used with PathType.relativeToData.

Implementation

String getEncryptedPlacesFilePath() {
  return '$encryptedPlacesDirName/$encryptedPlacesFileName';
}