get int.
static int getInt(String key, {int defValue = 0}) { _ensureInitialized(); return _prefs.getInt(key) ?? defValue; }