PlayerAudio constructor

PlayerAudio({
  1. String? playerIds,
})

Implementation

PlayerAudio({String? playerIds}) : playerId = playerIds ?? _uuid.v4() {
  players[playerId] = this;
}