seek method

Future<void> seek(
  1. int id,
  2. Long time
)

Implementation

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