audioHandlerStream property

Stream<void> audioHandlerStream

Allows the player screen to listen to handler changes.

Implementation

Stream<void> get audioHandlerStream => _audioHandlerStreamController.stream;