MapSceneLoadSceneCallback typedef
Called on the main thread after loadScene() method finishes loading
the scene.
loadSceneErrorThe load scene error
Implementation
typedef MapSceneLoadSceneCallback = void Function(MapError? loadSceneError);
Called on the main thread after loadScene() method finishes loading
the scene.
loadSceneError The load scene errortypedef MapSceneLoadSceneCallback = void Function(MapError? loadSceneError);