Stores a boolean value.
static Future<void> putBool(String key, bool value) async { await _sharedPreferences.setBool(key, value); }