createEntryForBulk method
Creates entries for the given cached file paths in bulk.
Implementation
@override
Future<void> createEntryForBulk(Map<String, String> cachedFilePaths) {
return _box.putAll(cachedFilePaths);
}
Creates entries for the given cached file paths in bulk.
@override
Future<void> createEntryForBulk(Map<String, String> cachedFilePaths) {
return _box.putAll(cachedFilePaths);
}