getZoomScale method
Gets the current zoom scale of the WebView.
Officially Supported Platforms/Implementations:
- Android native WebView
- iOS (Official API - UIScrollView.zoomScale)
Implementation
Future<double?> getZoomScale() {
throw UnimplementedError(
'getZoomScale is not implemented on the current platform');
}