allFilesStorageInfo static method

  1. @Deprecated("Use entries()")
Map<String, int> allFilesStorageInfo()

Implementation

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