getTotalStorageUsed method

Future<int> getTotalStorageUsed()

Get total storage used by all files

Implementation

Future<int> getTotalStorageUsed() async {
  return _files.getTotalStorageUsed();
}