zoomIn method
Performs zoom in in this WebView.
Returns true
if zoom in succeeds, false
if no zoom changes.
Officially Supported Platforms/Implementations:
- Android native WebView (Official API - WebView.zoomIn)
Implementation
Future<bool> zoomIn() {
throw UnimplementedError(
'zoomIn is not implemented on the current platform');
}