audioPlayer property

AudioPlayer get audioPlayer
inherited

Implementation

AudioPlayer get audioPlayer => (_audioPlayer ??= AudioPlayer.make())!;