clear method
dynamic
clear()
Implementation
clear() async {
final res = await _callFunc(jsonEncode({"key": "clear", "params": []}));
return res;
}
clear() async {
final res = await _callFunc(jsonEncode({"key": "clear", "params": []}));
return res;
}