-
-
Notifications
You must be signed in to change notification settings - Fork 481
Closed
Description
export 'src/storage/file_system/file_system.dart';
export 'src/storage/file_system/file_system_io.dart';
export 'src/storage/file_system/file_system_web.dart';The IOFileSystem can't import for below code.
CacheManager(
Config(
key,
stalePeriod: const Duration(days: 7),
maxNrOfCacheObjects: 20,
repo: JsonCacheInfoRepository(databaseName: key),
fileSystem: IOFileSystem(key),
fileService: HttpFileService(),
),
)
spauldhaliwal, bartpalmtree, JeffTyfoom, montyr75, andyduke and 5 more
Metadata
Metadata
Assignees
Labels
No labels