play method

dynamic play()

Implementation

play() async {
  for (var player in players) {
    player.play();
  }
}