update

fun update(function: (V) -> V)

Updates the SharedPreferencesStateFlow.value atomically using the specified function of its value.

function may be evaluated multiple times, if value is being concurrently updated.

update will also call put.

Since

0.5.6