Skip to main content

onMapCreated

(dynamic Function(LivemapController)?) onMapCreated

final

When the LiveMap is created, a livemapController is ready to be used, to interact with the map

Implementation

final Function(LivemapController)? onMapCreated;