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