BackgroundMusic constructor

BackgroundMusic({
  1. AudioCache? audioCache,
})

Implementation

BackgroundMusic({AudioCache? audioCache}) : audioCache = audioCache ?? AudioCache();