setPosition method - RandomAccessFile class - dart:io library (original) (raw)
setPosition abstract method
Future<RandomAccessFile> setPosition(
- int position )
Sets the byte position in the file.
Returns a Future<RandomAccessFile>
that completes with this random access file when the position has been set.
Implementation
Future<RandomAccessFile> setPosition(int position);