{{#docLines}}
/// {{.}}
{{/docLines}}
{{#annotations}}
{{.}}
{{/annotations}}
Future<{{returnType}}> {{methodName}}({{#hasParams}}{
{{#params}} {{#annotation}}{{.}} {{/annotation}}{{type}} {{name}},
{{/params}} }{{/hasParams}});