rocket / com.stavro_xhardha.rocket / Rocket / writeSet

writeSet

fun writeSet(key: String, value: MutableSet<String>): Unit

Writes a MutableSet to SharedPreferences

Parameters

key - The key you wish to save to retrieve the value with

value - The value you provide for the given key