zoomIn method

Future<bool> zoomIn()

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

Officially Supported Platforms/Implementations:

Implementation

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