allFilesStorageInfo static method
Implementation
@Deprecated("Use entries()")
static Map<String, int> allFilesStorageInfo() => <String, int>{for (final UStorageEntry e in entries(bucket: UStorageBucket.support)) e.key: e.size};
@Deprecated("Use entries()")
static Map<String, int> allFilesStorageInfo() => <String, int>{for (final UStorageEntry e in entries(bucket: UStorageBucket.support)) e.key: e.size};