checkAppFile method
void
checkAppFile()
Implementation
void checkAppFile() {
const templatePath = 'lib/project_validator/data/Appfile';
const targetPath = 'android/fastlane/Appfile';
ValidatorUtils.checkLineByLine(templatePath: templatePath, targetPath: targetPath);
}