position method - RandomAccessFile class - dart:io library (original) (raw)

description

position abstract method

Future<int> position()

Gets the current byte position in the file.

Returns a Future<int> that completes with the position.

Implementation

Future<int> position();