getFileSize property

Future<int?> Function(String path) getFileSize
final

Get file size in bytes.

Implementation

final Future<int?> Function(String path) getFileSize;