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