getMaxZoom static method

Future<double?> getMaxZoom()

returns the max zoom available on device

Implementation

static Future<double?> getMaxZoom() {
  return CameraInterface().getMaxZoom();
}