ScormPlayerRF constructor

ScormPlayerRF({
  1. String? content,
  2. String? contentId,
  3. Function? onInteractions,
  4. int port = 3000,
  5. ScormType scormType = ScormType.s12,
  6. PlayType playType = PlayType.offline,
  7. String studentId = '3001',
  8. String studentName = '',
  9. bool displayHorizontal = true,
})

Implementation

ScormPlayerRF({
  this.content,
  this.contentId,
  this.onInteractions,
  this.port = 3000,
  this.scormType = ScormType.s12,
  this.playType = PlayType.offline,
  this.studentId = '3001',
  this.studentName = '',
  this.displayHorizontal = true,
});