resume method

Future<void> resume()

Resumes a WebView after a previous call to pause.

Officially Supported Platforms/Implementations:

Use the PlatformInAppWebViewController.isMethodSupported method to check if this method is supported at runtime.

Implementation

Future<void> resume() => platform.resume();