CreatePlayerSessionOutput constructor

CreatePlayerSessionOutput({
  1. PlayerSession? playerSession,
})

Implementation

CreatePlayerSessionOutput({
  this.playerSession,
});