players property

Map<String?, AudioPlayer> players
final

Reference Map with all the players created by the application.

This is used to exchange messages with the MethodChannel (there is only one).

Implementation

static final players = Map<String?, AudioPlayer>();