lengthAsync method

Future<int> lengthAsync()

Gets the file length asynchronously (works on all platforms).

Implementation

Future<int> lengthAsync() => _file.length();