getMaxZoom static method

Future<num?> getMaxZoom()

returns the max zoom available on device

Implementation

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