seek method

int seek(
  1. int position
)

Implementation

int seek(int position) => _bytesBuffer.seek(position);