init static method
Implementation
static Future<void> init() async {
try {
await Hive.initFlutter();
} catch (_) {}
_box ??= await Hive.openBox('playlist_db');
}
static Future<void> init() async {
try {
await Hive.initFlutter();
} catch (_) {}
_box ??= await Hive.openBox('playlist_db');
}