getCameraZoomMaxRatio method

Future<double?> getCameraZoomMaxRatio()

Get the camera zoom factor (supports only the Android and iOS platforms)

Implementation

Future<double?> getCameraZoomMaxRatio() {
  return _channel.invokeMethod('getCameraZoomMaxRatio');
}