getCameraZoomMaxRatio method Null safety

Future<double?> getCameraZoomMaxRatio()

Get the camera zoom factor

Note: this API supports only the Android and iOS platforms

Implementation

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