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