notificationState property

set notificationState (PlayerState state)

Implementation

set notificationState(PlayerState state) {
  _notificationPlayerStateController.add(state);
  _playerState = state;
}