Store a bool value
Future<void> setBool(String key, bool value) async { await setString(key, value.toString()); }