MediaSessionCommand.seekBy constructor
const
MediaSessionCommand.seekBy(
- Duration offset
Seek by a relative offset from the current position. Negative offsets rewind.
Implementation
const factory MediaSessionCommand.seekBy(Duration offset) =
MediaSessionCommandSeekBy._;