FaiWebViewController class

控制器

Constructors

FaiWebViewController()

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

back() → void
返回历史页面
canBack() Future<bool?>
canForword() Future<bool?>
forword() → void
向前
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
refresh({String? htmlData, String? htmlBlockData, String? htmlUrl}) → void
刷新页面的方法
setBackListener(FaiWebViewBackListener listener) → void
setListener(FaiWebViewListener listener) → void
绑定监听
toJsFunction({required String jsMethodName, Map<String, dynamic>? parameterMap}) → void
Flutter调用Html中的Js方法 parameterMap为参数内容 jsMethodName为调用JS方法的名称
toString() String
A string representation of this object.
inherited

Operators

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