library / org.akop.kotx.ext.content / android.content.SharedPreferences / edit

edit

fun SharedPreferences.edit(block: Editor.() -> Unit): Unit

Creates a new {@link SharedPreferences.Editor}, calls the specified block, then calls {@link SharedPreferences.Editor#apply}