MapCreatedCallback typedef

MapCreatedCallback = void Function(MapboxMap controller)

Definition for listener invoked when the map is created.

Implementation

typedef void MapCreatedCallback(MapboxMap controller);