copyFastFile method

void copyFastFile()

Implementation

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