freeSpace abstract method

Future<int?> freeSpace(
  1. String path
)

Bytes available on the volume holding path, when the platform can tell.

Implementation

Future<int?> freeSpace(String path);