size abstract method

Future<int> size(
  1. String path
)

Returns the size of the file in bytes.

Implementation

Future<int> size(String path);