onMessage property

Stream<LavalinkMessage> onMessage

A stream of messages received by Lavalink clients created by this plugin.

Implementation

Stream<LavalinkMessage> get onMessage => _messagesController.stream;