currentSourceStream property

Stream<AudioSource> get currentSourceStream

Gets the stream of current source changes

Implementation

Stream<AudioSource> get currentSourceStream => _sourceController.stream;