get bool.
static bool? getBool(String key, {bool? defValue = false}) { return prefs?.getBool(key) ?? defValue; }