CrashHandler class

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

build(Widget app, {OnReleaseLogReport? report, int environment = 0, OnCrashCollectCall? crashCollectCall, OnCompletedCall? completedCall}) → void
构建crash节点 app 根节点 report 正式环境上报回调 environment 0-正式;1-预发;2-测试; crashCollectCall crash收集回调 completedCall 处理完成回调
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance CrashHandler
no setter