Future<bool?> getBool(String key) async { final storage = await SharedPreferences.getInstance(); return storage.getBool(key); }