mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-08 20:19:29 +00:00
kickoff library item
This commit is contained in:
parent
f8597f7430
commit
6c60d1c6ed
13 changed files with 439 additions and 99 deletions
5
lib/db/cache/cache_key.dart
vendored
Normal file
5
lib/db/cache/cache_key.dart
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
class CacheKey {
|
||||
static libraryItem(String id) {
|
||||
return 'library_item_$id';
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue