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