CacheStorage constructor
CacheStorage(
- String name, {
- dynamic debug = false,
Implementation
CacheStorage(this.name, {debug = false}) {
Hive.initFlutter().then(completer.complete);
this.debug = debug;
}