getZoom static method

Future<double?> getZoom()

Returns the current zoom scale of the current document viewer.

Implementation

static Future<double?> getZoom() {
  return _channel.invokeMethod(Functions.getZoom);
}