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