ScopeObserver class abstract

Constructors

ScopeObserver()

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

addBreadcrumb(Breadcrumb breadcrumb) Future<void>
clearBreadcrumbs() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeContexts(String key) Future<void>
removeExtra(String key) Future<void>
removeTag(String key) Future<void>
setContexts(String key, dynamic value) Future<void>
setExtra(String key, dynamic value) Future<void>
setTag(String key, String value) Future<void>
setUser(SentryUser? user) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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