on Loaded
The callback that is invoked when the editor is loaded and ready to be used. The callback is invoked right after onCreate when launching the editor for the first time or after process recreation. The callback is not invoked after configuration changes. It is best to register callbacks, collect flows returned by the engine. Note that the "load" coroutine job will survive configuration changes and will be cancelled only if the editor is closed or the process is killed when in the background.