position property

  1. @override
int get position
override

The current read/write position pf the file.

Implementation

@override
int get position => 0;
  1. @override
set position (int p)
override

Set the current read/write position of the file.

Implementation

@override
set position(int p) {}