static Future<String?> get localStoreDirWaterbus async { if (kIsWeb) return null; return '${(await getTemporaryDirectory()).path}/hive'; }