onUnknownEvent property

Stream<UnknownDispatchEvent> onUnknownEvent
inherited

A Stream of DispatchEvents which are unknown to the current version of nyxx.

Implementation

Stream<UnknownDispatchEvent> get onUnknownEvent => onEvent.whereType<UnknownDispatchEvent>();