getCameraMaxZoomFactor method

  1. @override
Future<double?> getCameraMaxZoomFactor()

Gets the maximum zoom ratio supported by the camera.

Implementation

@override
Future<double?> getCameraMaxZoomFactor() {
  return _invokeMethod('getCameraMaxZoomFactor');
}