Sets a boolean value in SharedPreferences.
static Future<bool> setBool(String key, bool value) { return prefs!.setBool(key, value); }