customTemplateGetStringArg static method
Implementation
static Future<String?> customTemplateGetStringArg(String templateName, String argName) async {
return await _dartToNativeMethodChannel.invokeMethod('customTemplateGetStringArg',
{'templateName': templateName, 'argName': argName});
}