Sets the camera zoom.
Future<void> setZoom(double value) { return _channel.invokeMethod(_setZoomMethod, value); }