close method

Future<void> close()

关闭角色对话

Implementation

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