I'm using flutter and I want to know the capcity size of a directory. this is my code :
final String directory = (await getApplicationSupportDirectory()).path;
My question is how to get directory size ?
I'm using flutter and I want to know the capcity size of a directory. this is my code :
final String directory = (await getApplicationSupportDirectory()).path;
My question is how to get directory size ?