Gets an integer value for the given key, returns null if not found.
key
null
int? getInt(String key) => _prefsInstance.getInt(key);