BgmFactory typedef

BgmFactory = Bgm Function({required AudioCache audioCache})

A typedef for a function that creates a Bgm instance.

Implementation

typedef BgmFactory = Bgm Function({required AudioCache audioCache});