close method

Future<void> close()

关闭数字人对话

Implementation

Future<void> close() async {
  await _state?.close();
}