MapCreatedCallback typedef
MapCreatedCallback =
void Function(MapboxMap controller)
Definition for listener invoked when the map is created.
Implementation
typedef void MapCreatedCallback(MapboxMap controller);
Definition for listener invoked when the map is created.
typedef void MapCreatedCallback(MapboxMap controller);