InitializeRequest constructor

InitializeRequest({
  1. String? libraryId,
  2. String? accessKey,
  3. String? videoId,
  4. String? url,
  5. Map<String?, String?>? headers,
  6. bool? autoPlay,
  7. bool? looping,
  8. bool? allowBackgroundPlayback,
  9. bool? enableCaching,
})

Implementation

InitializeRequest({
  this.libraryId,
  this.accessKey,
  this.videoId,
  this.url,
  this.headers,
  this.autoPlay,
  this.looping,
  this.allowBackgroundPlayback,
  this.enableCaching,
});