getZoomScale method

Future<double?> getZoomScale()

Gets the current zoom scale of the WebView.

Officially Supported Platforms/Implementations:

Use the PlatformInAppWebViewController.isMethodSupported method to check if this method is supported at runtime.

Implementation

Future<double?> getZoomScale() => platform.getZoomScale();