management_store library

Functions

addCachedMediaInfo(GetStorage getStorage, CachedMediaInfo cachedMediaInfo) → void
countAllCachedMedia(GetStorage getStorage) Future<int>
findAllCachedMediaInfo(GetStorage getStorage) Future<List<CachedMediaInfo>>
findFirstCachedMediaInfoOrNull(GetStorage getStorage, String mediaUrl) Future<CachedMediaInfo?>
removeCachedMediaInfo(GetStorage getStorage, String id) → void