freeSpace abstract method

Future<FreeSpaceResponse> freeSpace(
  1. String path, {
  2. RpcTag? tag,
  3. int? timeout,
})

Tests how much free space is available in a client-specified folder. more info see: free-space

Implementation

Future<FreeSpaceResponse> freeSpace(String path, {RpcTag? tag, int? timeout});