size method

Future<int> size(
  1. String path
)

Implementation

Future<int> size(String path) => disk().size(path);