size static method

Future<int> size(
  1. String path
)

Implementation

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