GoogleCastMediaSeekOption constructor

GoogleCastMediaSeekOption({
  1. required Duration position,
  2. bool relative = false,
  3. GoogleCastMediaResumeState resumeState = GoogleCastMediaResumeState.GCKMediaResumeStatePlay,
  4. bool seekToInfinity = false,
})

Implementation

GoogleCastMediaSeekOption({
  required this.position,
  this.relative = false,
  this.resumeState = GoogleCastMediaResumeState.GCKMediaResumeStatePlay,
  this.seekToInfinity = false,
});