put bool.
static Future<bool>? putBool(String key, bool value) { if (_prefs == null) return null; return _prefs?.setBool(key, value); }