Sets camera digital zoom scale factor.
Future<void> setZoomScale(double zoom) async { await _controller.setZoomScale(zoom); }