size property

Future<int> get size

Implementation

Future<int> get size async => await file.length();