Bytes available to the app on the volume holding path.
path
static Future<int?> freeSpace(String path) async => (await _call<num>("freeSpace", <String, Object?>{"path": path}))?.toInt();