audioCache property

AudioCache audioCache
getter/setter pair

Access a shared instance of the AudioCache class.

Implementation

static AudioCache audioCache = audioCacheFactory(
  prefix: 'assets/audio/',
);