resetAsync

open override fun resetAsync(): Job(source)

Non-suspend convenience function that resets the store asynchronously.

This launches reset in the store's coroutine scope and returns immediately. Use this for fire-and-forget reset operations where you don't need to wait for completion.

If you need to wait for reset to complete, use the suspend reset function instead.

Return

A Job that completes when the reset finishes.