getZoomLevel method

Future<double?> getZoomLevel()

Implementation

Future<double?> getZoomLevel() {
  return mChannel.getZoomLevel(mapId: mapId);
}