getScale method

  1. @Deprecated('Use getZoomScale instead')
Future<double?> getScale()

Use getZoomScale instead.

Officially Supported Platforms/Implementations:

  • Android WebView
  • iOS WKWebView
  • macOS WKWebView

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

Implementation

@Deprecated('Use getZoomScale instead')
Future<double?> getScale() => platform.getScale();