zoomOut method

Future<void> zoomOut()
inherited

Implementation

Future<void> zoomOut() async {
  await interop.zoomOut(
    mapIdMixin,
  );
}