ScopedPlayerIds constructor

ScopedPlayerIds({
  1. String? developerPlayerKey,
  2. String? gamePlayerId,
})

Implementation

ScopedPlayerIds({
  this.developerPlayerKey,
  this.gamePlayerId,
});