MediaSessionCommand.seekBy constructor

const MediaSessionCommand.seekBy(
  1. Duration offset
)

Seek by a relative offset from the current position. Negative offsets rewind.

Implementation

const factory MediaSessionCommand.seekBy(Duration offset) =
    MediaSessionCommandSeekBy._;