reset

fun reset()(source)

Restores automatic calculation and updates the value from dependencies. If the value was overridden, this resumes listening and updates the value.

Note:

  • If this MutableRemember has not been manually set this method does nothing.

  • This does not forcefully notify listeners. If the value calculated after resetting is the same as the previously set value, then no listeners will be notified.