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