getEncryptedPlacesFilePath function
Get the file path for encrypted places (relative to data dir). This is used with PathType.relativeToData.
Implementation
String getEncryptedPlacesFilePath() {
return '$encryptedPlacesDirName/$encryptedPlacesFileName';
}