notificationState property

void notificationState=(AudioPlayerState state)

Implementation

set notificationState(AudioPlayerState state) {
  _notificationPlayerStateController.add(state);
  _audioPlayerState = state;
}