Listener
事件监听器. 由 EventChannel.subscribe 等方法返回.
取消监听: complete
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun invokeOnCompletion(onCancelling: Boolean, invokeImmediately: Boolean, handler: CompletionHandler): DisposableHandle
Link copied to clipboard
这个方法将会调用 EventChannel.subscribe 时提供的参数 noinline handler: suspend E.(E) -> ListeningStatus
.