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