fixedPlayer property

AudioPlayer? fixedPlayer
getter/setter pair

This is an instance of AudioPlayer that, if present, will always be used.

If not set, the AudioCache will create and return a new instance of AudioPlayer every call, allowing for simultaneous calls. If this is set, every call will overwrite previous calls.

Implementation

AudioPlayer? fixedPlayer;