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