ResumeSessionResponse constructor

ResumeSessionResponse({
  1. String? sessionId,
  2. String? streamUrl,
  3. String? tokenValue,
})

Implementation

ResumeSessionResponse({
  this.sessionId,
  this.streamUrl,
  this.tokenValue,
});