start method

Future<void> start()

开始数字人对话

Implementation

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