WebViewController class
- Available extensions
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- is_desktop ↔ bool
-
getter/setter pair
- is_init ↔ bool
-
getter/setter pair
- is_mobile ↔ bool
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- webview_desktop_controller ↔ Webview
-
latefinal
- webview_mobile_controller ↔ WebViewController
-
latefinal
Methods
-
init(
{required BuildContext context, required void setState(void fn()), required Uri uri}) → Future< void> -
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