findEmbeddedTemplateFile method

AFFileSourceTemplate? findEmbeddedTemplateFile(
  1. List<String> path
)

Finds a file template that is part of the AFTemplateRegistry

Implementation

AFFileSourceTemplate? findEmbeddedTemplateFile(List<String> path) {
  return this.definitions.templates.findEmbeddedTemplateFile(path);
}