zoomIn method
Performs zoom in in this WebView.
Returns true if zoom in succeeds, false if no zoom changes.
Officially Supported Platforms/Implementations:
- Android WebView (Official API - WebView.zoomIn)
Use the PlatformInAppWebViewController.isMethodSupported method to check if this method is supported at runtime.
Implementation
Future<bool> zoomIn() => platform.zoomIn();