exceptionHandler
创建一个新的 EventChannel, 该 EventChannel 包含 this.coroutineContext 和添加的 coroutineExceptionHandler
See also
fun exceptionHandler(coroutineExceptionHandler: (exception: Throwable) -> Unit): EventChannel<BaseEvent>
创建一个新的 EventChannel, 该 EventChannel 包含 this.coroutineContext
和添加的 coroutineExceptionHandler
See also
fun exceptionHandler(coroutineExceptionHandler: <Error class: unknown class><Throwable>): EventChannel<BaseEvent>
创建一个新的 EventChannel, 该 EventChannel 包含 this.coroutineContext
和添加的 coroutineExceptionHandler
Since
2.12