InitializableWebViewWrapperDelegate class abstract

An extension of WebViewWrapperDelegate that can be initialized during the initState of the CSQWebViewWrapper.

It is useful when you want to call some method earlier before the build of the WebView actually occurs like adding some JavaScript channel through the WebView controller.

Inheritance
Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build({required BuildContext context, required String userScriptSource}) Widget
Returns the WebView widget that needs to be wrapped.
inherited
initialize({required WebViewJSChannelHandler handler}) → void
Initialize the delegate allowing to execute some tasks earlier before the build of the WebView widget.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited