put bool.
static Future<bool>? setBool(String key, bool value) { return prefs?.setBool(key, value); }