onAfterMount

open fun onAfterMount(@Nullable fromOnBeforeMount: Any)

Called right after the mountProcess is finished before resetting the dirtyMount flag.

Parameters

fromOnBeforeMount

this is whatever was returned by the onBeforMount call. The default is null.