interrupt method

Future<void> interrupt()

打断当前对话

Implementation

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