Get the camera zoom factor (supports only the Android and iOS platforms)
Future<double?> getCameraZoomMaxRatio() { return _channel.invokeMethod('getCameraZoomMaxRatio'); }