dispose method

Future<void> dispose()
override

Disposes the headless WebView.

Officially Supported Platforms/Implementations:

  • Android native WebView
  • iOS
  • Web
  • MacOS

Implementation

Future<void> dispose() {
  throw UnimplementedError(
      'dispose is not implemented on the current platform');
}