mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-06 19:19:28 +00:00
6 lines
88 B
Dart
6 lines
88 B
Dart
|
|
class CacheKey {
|
||
|
|
static libraryItem(String id) {
|
||
|
|
return 'library_item_$id';
|
||
|
|
}
|
||
|
|
}
|