onMapCreated method

dynamic onMapCreated(
  1. GoogleMapController controller
)

Implementation

onMapCreated(GoogleMapController controller) async {
  this.controller = controller;
}