zoomOut method

Future<void> zoomOut()

zoomOut

will change the zoom of the map by zoom out using default stepZoom negative value:zoomOut

Implementation

Future<void> zoomOut() async {
  await osmBaseController.zoomOut();
}