AudioPool constructor

AudioPool(
  1. int size
)

Implementation

AudioPool(int size) : players = List.generate(size, (_) => AudioPlayer());