seek abstract method

Future<int> seek(
  1. int offset,
  2. int whence
)

Implementation

Future<int> seek(int offset, int whence);