length method - RandomAccessFile class - dart:io library (original) (raw)
length abstract method
Gets the length of the file.
Returns a Future<int>
that completes with the length in bytes.
Implementation
Future<int> length();
Gets the length of the file.
Returns a Future<int>
that completes with the length in bytes.
Future<int> length();