IOSHeadlessInAppWebView class

Inheritance
  • Object
  • PlatformInterface
  • IOSHeadlessInAppWebView

Constructors

IOSHeadlessInAppWebView(PlatformHeadlessInAppWebViewCreationParams params)
Constructs a IOSHeadlessInAppWebView.

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
View ID.
latefinal
params → PlatformHeadlessInAppWebViewCreationParams
The parameters used to initialize the PlatformHeadlessInAppWebView.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
webViewController IOSInAppWebViewController?
WebView Controller that can be used to access the InAppWebViewController API.
no setter

Methods

dispose() Future<void>
Disposes the headless WebView.
getSize() Future<Size?>
Gets the current size in pixels of the WebView.
isRunning() bool
Indicates if the headless WebView is running or not.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run() Future<void>
Runs the headless WebView.
setSize(Size size) Future<void>
Set the size of the WebView in pixels.
toString() String
A string representation of this object.
inherited

Operators

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