zoomIn method

Future<void> zoomIn()

zoomIn

will change the zoom of the map by zoom in using default stepZoom positive value:zoomIN

Implementation

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