getFileSize abstract method

Future<int> getFileSize(
  1. String filePath
)

Gets the size of a file in bytes

Implementation

Future<int> getFileSize(String filePath);