Retrieves a stored boolean value.
static Future<bool?> getBool(String key) async { return _sharedPreferences.getBool(key); }