ProNovelController class
小说控制器
Constructors
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
-
dispose(
) → Future< void> - 销毁
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onMethodCallHandler(
MethodCall call) → Future< void> - 方法调用处理
-
setChannel(
MethodChannel channel) → void -
设置通道方法
channel通道方法MethodChannel -
setNovelStoryHomeListener(
NovelStoryHomeListener? listener) → void -
设置短故事聚合页监听
listener短故事聚合页监听NovelStoryHomeListener -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited