Future<void> init(String storagePath, {bool isLazy = true}) async { _isLazy = isLazy; this.storagePath = storagePath; Hive.init(storagePath); await initialize(); }