GoogleCastMediaSeekOption constructor
- required Duration position,
- bool relative = false,
- GoogleCastMediaResumeState resumeState = GoogleCastMediaResumeState.play,
- bool seekToInfinity = false,
Creates a new GoogleCastMediaSeekOption.
Implementation
GoogleCastMediaSeekOption({
required this.position,
this.relative = false,
this.resumeState = GoogleCastMediaResumeState.play,
this.seekToInfinity = false,
});