Sets the digital zoom level.
Future<void> setZoom(double zoom) async { await _channel.invokeMethod('setZoom', {'zoom': zoom}); }