Future<int> position( )

Gets the current byte position in the file. Returns a Future<int> that completes with the position.

Source

/**
 * Gets the current byte position in the file. Returns a
 * [:Future<int>:] that completes with the position.
 */
Future<int> position();