onNotificationPlayerStateChanged property

Stream<AudioPlayerState> onNotificationPlayerStateChanged

Stream of changes on player state coming from notification area in iOS.

Implementation

Stream<AudioPlayerState> get onNotificationPlayerStateChanged =>
    _notificationPlayerStateController.stream;