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