MapSceneLoadSceneCallback typedef

MapSceneLoadSceneCallback = void Function(MapError? loadSceneError)

Called on the main thread after loadScene() method finishes loading the scene.

  • loadSceneError The load scene error

Implementation

typedef MapSceneLoadSceneCallback = void Function(MapError? loadSceneError);