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