disposeKeepAlive method
Disposes the WebView that is using the keepAlive
instance
for the keep alive feature.
Officially Supported Platforms/Implementations:
- Android native WebView
- iOS
- MacOS
- Windows
Implementation
Future<void> disposeKeepAlive(InAppWebViewKeepAlive keepAlive) {
throw UnimplementedError(
'disposeKeepAlive is not implemented on the current platform');
}