Gets a boolean value for the given key, returns null if not found.
key
null
bool? getBool(String key) => _prefsInstance.getBool(key);