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.
2 parents fc6fcaa + 33a08b5 commit ef6eae6Copy full SHA for ef6eae6
snippets/dart-mode/funca
@@ -2,6 +2,6 @@
2
# name: funca
3
# key: afun
4
# --
5
-${1:Type} ${2:Name}($3) async {
+Future<${1:Type}> ${2:Name}($3) async {
6
$0
7
}
0 commit comments