AndroidInAppWebViewController class

Use InAppWebViewController instead.

Annotations
  • @Deprecated("Use InAppWebViewController instead")

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

clearHistory() → Future<void>
Use InAppWebViewController.clearHistory instead.
clearSslPreferences() → Future<void>
Use InAppWebViewController.clearSslPreferences instead.
dispose() → void
getOriginalUrl() → Future<Uri?>
Use InAppWebViewController.getOriginalUrl instead.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pageDown({required bool bottom}) → Future<bool>
Use InAppWebViewController.pageDown instead.
pageUp({required bool top}) → Future<bool>
Use InAppWebViewController.pageUp instead.
pause() → Future<void>
Use InAppWebViewController.pause instead.
resume() → Future<void>
Use InAppWebViewController.resume instead.
startSafeBrowsing() → Future<bool>
Use InAppWebViewController.startSafeBrowsing instead.
toString() → String
A string representation of this object.
inherited
zoomIn() → Future<bool>
Use InAppWebViewController.zoomIn instead.
zoomOut() → Future<bool>
Use InAppWebViewController.zoomOut instead.

Operators

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