FuchsiaWebView class

*[<Null safety>](https://dart.dev/null-safety)*

Constructors

FuchsiaWebView ({FuchsiaWebServices? fuchsiaWebServices})

This constructor should only be used to inject a platform controller for testing. ...

FuchsiaWebView.create ({bool useSoftwareRendering = false})

This constructor creates a FuchsiaWebView, parameterizing it with the desired features.

Properties

fuchsiaWebServices ↔ FuchsiaWebServices?

The fuchsia implementation of WebViewPlatformController
read / write

hashCode → int

The hash code for this object. ...
read-only, inherited

runtimeType → Type

A representation of the runtime type of the object.
read-only, inherited

Methods

build({required dynamic context, required dynamic creationParams, required dynamic webViewPlatformCallbacksHandler, required dynamic javascriptChannelRegistry, dynamic onWebViewPlatformCreated, Set? gestureRecognizers}) dynamic
clearCookies() Future<bool>
noSuchMethod(Invocation invocation) dynamic

Invoked when a non-existent method or property is accessed. ...
inherited

toString() String

A string representation of this object. ...
inherited

Operators

operator ==(Object other) bool

The equality operator. ...
inherited