Future<bool> isSub() async { subPref ??= await SharedPreferences.getInstance(); return subPref!.getBool("subscription") ?? false; }