static Future<bool?> putBoolean(String key, bool value)async { return await sharedPreferences?.setBool(key, value); }