start method

Future<void> start()

开始角色对话

Implementation

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