AnaPageLoop class

Constructors

AnaPageLoop()

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

beginPageView(String name) Future<void>
埋点统计开始
close() → dynamic
关闭anaPageLoop监听流,关闭后不在处理任何事件,不可在次恢复流
endPageView(String name) Future<void>
埋点统计结束
init({required UserPageCallbackFn beginPageFn, required UserPageCallbackFn endPageFn, List<String> routeRegExp = const [], bool debug = false, Map<String, String> routeName = const {}}) → dynamic
初始化AnaPageLoop
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pause() → dynamic
临时暂停anaPageLoop监听流,可被唤醒
resume() → dynamic
唤醒anaPageLoop流
toString() String
A string representation of this object.
inherited

Operators

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