fileSize abstract method

Future<int> fileSize(
  1. String path
)

Returns the size of the file at the specified path.

Implementation

Future<int> fileSize(String path);