关闭数字人对话
Future<void> close({bool shouldCleanup = false}) async { await _state.close(shouldCleanup: shouldCleanup); }