listTemplates method

List<String> listTemplates()

Iterates over all templates.

Implementation

List<String> listTemplates() {
  throw UnsupportedError('This loader cannot iterate over all templates');
}