Sets a boolean value for the given key.
key
void setBool(String key, bool value) => _prefsInstance.setBool(key, value);