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