getZoomScale method

Future<double?> getZoomScale()

Gets the current zoom scale of the WebView.

Officially Supported Platforms/Implementations:

Implementation

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