findEmbeddedTemplateFile method
Finds a file template that is part of the AFTemplateRegistry
Implementation
AFFileSourceTemplate? findEmbeddedTemplateFile(List<String> path) {
return this.definitions.templates.findEmbeddedTemplateFile(path);
}
Finds a file template that is part of the AFTemplateRegistry
AFFileSourceTemplate? findEmbeddedTemplateFile(List<String> path) {
return this.definitions.templates.findEmbeddedTemplateFile(path);
}