addImagesFile method
Implementation
addImagesFile({required List<String> urls, String? title, bool? needSwitch}) {
return _callFunc(
jsonEncode({
"key": "addImagesFile",
"params": [urls, title, needSwitch],
}),
);
}
addImagesFile({required List<String> urls, String? title, bool? needSwitch}) {
return _callFunc(
jsonEncode({
"key": "addImagesFile",
"params": [urls, title, needSwitch],
}),
);
}