dispose method

Future<void> dispose()
override

Disposes the WebView Environment reference.

Implementation

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