MapCreatedCallback typedef
MapCreatedCallback =
void Function(MapKitMapController controller)
Callback type for when the MapKit map is created.
Implementation
typedef MapCreatedCallback = void Function(MapKitMapController controller);