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