seekAbsolute method

void seekAbsolute(
  1. int offset
)

Implementation

void seekAbsolute(int offset) => seek(offset - base);