mirror of
https://github.com/madari-media/madari-oss.git
synced 2026-03-24 00:27:44 +00:00
5 lines
117 B
Dart
5 lines
117 B
Dart
import 'package:cached_storage/cached_storage.dart';
|
|
|
|
class StaticCachedStorage {
|
|
static CachedStorage? storage;
|
|
}
|