APM class

Constructors

APM()

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

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 Methods

endAppLaunch() Future<void>
Ends App Launch.
endExecutionTrace(String id) Future<void>
Ends an execution trace. String id of the trace.
endUITrace() Future<void>
Ends UI trace.
networkLogAndroid(NetworkData data) FutureOr<void>
setAutoUITraceEnabled(bool isEnabled) Future<void>
Enables or disables auto UI tracing. boolean isEnabled
setColdAppLaunchEnabled(bool isEnabled) Future<void>
Enables or disables cold app launch tracking. boolean isEnabled
setEnabled(bool isEnabled) Future<void>
Enables or disables APM feature. boolean isEnabled
setExecutionTraceAttribute(String id, String key, String value) Future<void>
Sets attribute of an execution trace. String id of the trace. String key of attribute. String value of attribute.
startExecutionTrace(String name) Future<Trace>
Starts an execution trace. String name of the trace.
startUITrace(String name) Future<void>
Starts UI trace. String name