idlMethod top-level constant
String
const idlMethod
Implementation
const idlMethod = '''
/// [{{ idlName }}] defined in Candid
/// {{ didText }}
{{ idlName }}: IDL.Func(
<CType<dynamic>>[{{ idlReq }}],
<CType<dynamic>>[{{ idlRep }}],
<String>[{{ funcAnno }}],
),
''';