sceneAfterDestroy

open suspend override fun sceneAfterDestroy()

DO NOT BLOCK. Called on the old scene after the transition has been performed, and the old scene is not visible anymore.

At this stage the scene coroutineContext will be cancelled. Stopping sceneMain and other launch methods using this scene CoroutineScope.