setPositionSync method - RandomAccessFile class - dart:io library (original) (raw)
setPositionSync abstract method
void setPositionSync(
- int position )
Synchronously sets the byte position in the file.
Throws a FileSystemException if the operation fails.
Implementation
void setPositionSync(int position);