IOSInAppWebViewController class

Use InAppWebViewController instead.

Annotations
  • @Deprecated("Use InAppWebViewController instead")

Constructors

IOSInAppWebViewController({required PlatformInAppWebViewController controller})

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

createPdf({IOSWKPDFConfiguration? iosWKPdfConfiguration, PDFConfiguration? pdfConfiguration}) Future<Uint8List?>
Use InAppWebViewController.createPdf instead.
createWebArchiveData() Future<Uint8List?>
Use InAppWebViewController.createWebArchiveData instead.
dispose() → void
hasOnlySecureContent() Future<bool>
Use InAppWebViewController.hasOnlySecureContent instead.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reloadFromOrigin() Future<void>
Use InAppWebViewController.reloadFromOrigin instead.
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

handlesURLScheme(String urlScheme) Future<bool>
Use InAppWebViewController.handlesURLScheme instead.