fitBounds method Null safety
- LatLngBounds bounds
set the bounds of the map
Implementation
void fitBounds(LatLngBounds bounds){
_sendData('fitBounds',bounds.toMap());
}
set the bounds of the map
void fitBounds(LatLngBounds bounds){
_sendData('fitBounds',bounds.toMap());
}