We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 447129e commit 21f3254Copy full SHA for 21f3254
templates/flutter/docs/example.md.twig
@@ -24,7 +24,7 @@ void main() { // Init SDK
24
{% if parameter.required %}
25
{{ parameter.name | caseCamel }}: {{ parameter | paramExample }},
26
{% endif %}
27
-{% endfor %});
+{% endfor %}{% if method.parameters.all|length > 0 %} {% endif %});
28
29
{% if method.type == 'location' %}
30
print(result); // Resource URL string
0 commit comments