get bool. 获取sp中key的布尔值
static bool getBool(String key, {bool defValue = false}) => _prefs.getBool(key) ?? defValue;