zoomOut method

Future<bool> zoomOut()

Performs zoom out in this WebView. Returns true if zoom out succeeds, false if no zoom changes.

Officially Supported Platforms/Implementations:

Implementation

Future<bool> zoomOut() => platform.zoomOut();