| |
| |
| |
| # FuchsiaWebView class |
| |
| |
| |
| |
| |
| |
| *[<Null safety>](https://dart.dev/null-safety)* |
| |
| |
| |
| <p>Builds an Fuchsia webview.</p> |
| |
| |
| |
| ## Constructors |
| |
| [FuchsiaWebView](../package-fuchsia_webview_flutter_webview/FuchsiaWebView/FuchsiaWebView.md) ({FuchsiaWebServices? fuchsiaWebServices}) |
| |
| This constructor should only be used to inject a platform controller for |
| testing. [...](../package-fuchsia_webview_flutter_webview/FuchsiaWebView/FuchsiaWebView.md) |
| |
| [FuchsiaWebView.create](../package-fuchsia_webview_flutter_webview/FuchsiaWebView/FuchsiaWebView.create.md) ({bool useSoftwareRendering = false}) |
| |
| This constructor creates a FuchsiaWebView, parameterizing it with the desired features. |
| |
| |
| ## Properties |
| |
| ##### [fuchsiaWebServices](../package-fuchsia_webview_flutter_webview/FuchsiaWebView/fuchsiaWebServices.md) ↔ FuchsiaWebServices? |
| |
| |
| |
| The fuchsia implementation of <code>WebViewPlatformController</code> |
| _read / write_ |
| |
| |
| |
| ##### [hashCode](../package-fuchsia_webview_flutter_webview/FuchsiaWebView/hashCode.md) → int |
| |
| |
| |
| The hash code for this object. [...](../package-fuchsia_webview_flutter_webview/FuchsiaWebView/hashCode.md) |
| _read-only, inherited_ |
| |
| |
| |
| ##### [runtimeType](../package-fuchsia_webview_flutter_webview/FuchsiaWebView/runtimeType.md) → Type |
| |
| |
| |
| A representation of the runtime type of the object. |
| _read-only, inherited_ |
| |
| |
| |
| |
| ## Methods |
| |
| ##### [build](../package-fuchsia_webview_flutter_webview/FuchsiaWebView/build.md)({required dynamic context, required dynamic creationParams, required dynamic webViewPlatformCallbacksHandler, required dynamic javascriptChannelRegistry, dynamic onWebViewPlatformCreated, Set? gestureRecognizers}) dynamic |
| |
| |
| |
| |
| |
| |
| |
| |
| ##### [clearCookies](../package-fuchsia_webview_flutter_webview/FuchsiaWebView/clearCookies.md)() Future<bool> |
| |
| |
| |
| |
| |
| |
| |
| |
| ##### [noSuchMethod](../package-fuchsia_webview_flutter_webview/FuchsiaWebView/noSuchMethod.md)(Invocation invocation) dynamic |
| |
| |
| |
| Invoked when a non-existent method or property is accessed. [...](../package-fuchsia_webview_flutter_webview/FuchsiaWebView/noSuchMethod.md) |
| _inherited_ |
| |
| |
| |
| ##### [toString](../package-fuchsia_webview_flutter_webview/FuchsiaWebView/toString.md)() String |
| |
| |
| |
| A string representation of this object. [...](../package-fuchsia_webview_flutter_webview/FuchsiaWebView/toString.md) |
| _inherited_ |
| |
| |
| |
| |
| ## Operators |
| |
| ##### [operator ==](../package-fuchsia_webview_flutter_webview/FuchsiaWebView/operator_equals.md)(Object other) bool |
| |
| |
| |
| The equality operator. [...](../package-fuchsia_webview_flutter_webview/FuchsiaWebView/operator_equals.md) |
| _inherited_ |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |