Future<void> canceltask(String taskId) async { await _callFunc( jsonEncode({ "key": "cancelTask", "params": [taskId], }), ); }