seek method

Future<void> seek(
  1. double to,
  2. int id
)

Implementation

Future<void> seek(double to, int id) {
  throw UnimplementedError('see() has not been implemented.');
}