ExceptionTrace class

Constructors

ExceptionTrace()

Properties

getStore Map<String, dynamic>
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispatchEvent({required ACTIONS type, Map? data}) → void
inherited
errorLog(dynamic msg) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
printLog(dynamic msg) → void
inherited
releaseLog(dynamic msg) → void
inherited
setStoreMultiProperty(List<Map<String, dynamic>>? config) → void
inherited
setStoreProperty({required String name, dynamic value}) → void
inherited
subscribeEvent(Map<String, dynamic>? config) → void
inherited
toString() String
A string representation of this object.
inherited
warnLog(dynamic msg) → void
inherited

Operators

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

Static Properties

handler FlutterExceptionHandler?
getter/setter pair

Static Methods

captureException({required dynamic exception, String? stack, Map<String, dynamic>? extra}) → void
handleApmSdkException(dynamic exception, [dynamic stack]) → dynamic
init({OnError? onError}) → void
zonedGuardedErrorHandler({required Object exception, required dynamic stack}) → void