FlUMengAPM class

Constructors

FlUMengAPM()
factory

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

getUMAPMFlag() Future<String?>
获取 Andorid端的 UMAPMFlag
init([CrashMode crashMode = const CrashMode()]) Future<bool>
初始化
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAppVersion(String version, String subVersion, String buildId) Future<bool>
设置app 版本 version 1.0.01 buildId 1 subVersion 1 仅支持android
setCustomLog(String key, String type) Future<bool>
自定义log only Android
setDebug(bool isDebug) Future<bool>
设置 Crash debug 模式 only Android
toString() String
A string representation of this object.
inherited

Operators

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