checkFastFile method

void checkFastFile()

Implementation

void checkFastFile() {
  const templatePath = 'lib/project_validator/data/Fastfile';
  const targetPath = 'android/fastlane/Fastfile';
  ValidatorUtils.checkLineByLine(templatePath: templatePath, targetPath: targetPath);
}