menu
dio_query package
documentation
features/cache/database.dart
CacheDatabase
getAllCacheItems method
getAllCacheItems method
dark_mode
light_mode
getAllCacheItems
method
Future
<
List
<
CacheItem
>
>
getAllCacheItems
(
)
获取所有缓存项
Implementation
Future<List<CacheItem>> getAllCacheItems() async { return await select(cacheItems).get(); }
dio_query package
documentation
features/cache/database
CacheDatabase
getAllCacheItems method
CacheDatabase class