AudioPlayerException constructor

AudioPlayerException(
  1. AudioPlayer player, {
  2. Object? cause,
})

Implementation

AudioPlayerException(this.player, {this.cause});