Returns the current zoom scale of the current document viewer.
Future<double?> getZoom() { return _channel.invokeMethod(Functions.getZoom); }