onNotificationPlayerStateChanged property

Stream<PlayerState> onNotificationPlayerStateChanged

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

Implementation

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