onStats property

Stream<StatsMessage> get onStats

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

Implementation

Stream<StatsMessage> get onStats => onMessage.whereType<StatsMessage>();