Initialize Hive DB with the path from getApplicationDocumentsDirectory
getApplicationDocumentsDirectory
static Future<void> init([String? subDir]) async { await Hive.initFlutter(subDir); Hive.registerAdapter(CacheAdapter()); }