readFile method

AFGeneratedFile readFile(
  1. AFCommandContext context,
  2. List<String> projectPath
)

Implementation

AFGeneratedFile readFile(AFCommandContext context, List<String> projectPath) {
  return _readFile(context, projectPath);
}