fileSize property

Future<int> get fileSize

The file size of the asset in bytes.

Implementation

Future<int> get fileSize => plugin.getFileSize(this);