resume method
Resumes a WebView after a previous call to pause.
Officially Supported Platforms/Implementations:
- Android WebView (Official API - WebView.onResume)
- Windows WebView2 (Official API - ICoreWebView2_3.Resume)
Use the PlatformInAppWebViewController.isMethodSupported method to check if this method is supported at runtime.
Implementation
Future<void> resume() => platform.resume();