templateTaskUri method

Uri templateTaskUri(
  1. TemplateTask task,
  2. String templateId
)
inherited

Returns the URI for the given task and templateId.

Implementation

Uri templateTaskUri(TemplateTask task, String templateId) =>
    _templateUri.templateTaskUri(task, templateId);