seek method

Future<SeekResponse> seek(
  1. SeekRequest request
)

Seeks to the given index and position.

Implementation

Future<SeekResponse> seek(SeekRequest request) {
  throw UnimplementedError("seek() has not been implemented.");
}