Checks if the stored value is null.
Future<bool> isValueNull(SharedPreferencesAsync prefs) async { return await getValue(prefs) == null; }