getMinZoom static method

Future<double?> getMinZoom()

returns the min zoom available on device

Implementation

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