getZoomScale method

Future<double?> getZoomScale()

Gets the current zoom scale of the WebView.

Officially Supported Platforms/Implementations:

Implementation

Future<double?> getZoomScale() {
  throw UnimplementedError(
      'getZoomScale is not implemented on the current platform');
}