MapCreatedCallback typedef
MapCreatedCallback =
void Function(GoogleMapController controller)
Callback with the created GoogleMapController.
Implementation
typedef MapCreatedCallback = void Function(GoogleMapController controller);