# -*- mode: snippet -*-
# name: funca
# key: afun
# --
${1:Type} ${2:Name}($3) async {
  $0
}