deleteWhiteboardBoard method
删除白板
Implementation
void deleteWhiteboardBoard(String boardId) {
TCICWhiteBoardController.deleteBoard(boardId);
TCICLog.info(
"Deleted whiteboard board: $boardId",
actionModule: ActionModule.tcicController.name,
actionName: ActionName.deleteWhiteboardBoard.name,
);
}