customEventStream property

  1. @Deprecated("Use AudioHandler.customEvent instead.")
Stream customEventStream

Deprecated. Use AudioHandler.customEvent instead.

Implementation

@Deprecated("Use AudioHandler.customEvent instead.")
static Stream<dynamic> get customEventStream =>
    _compatibilitySwitcher.customEvent;