seek method

void seek(
  1. Duration remaining
)

Implementation

void seek(Duration remaining) => _seek?.call(remaining);