menu
sentry package
documentation
sentry_io.dart
Hint
set method
set method
dark_mode
light_mode
set
method
void
set
(
String
key
,
dynamic
value
)
Implementation
void
set
(
String
key,
dynamic
value) { _internalStorage[key] = value ??
"null"
; }
sentry package
documentation
sentry_io
Hint
set method
Hint class
Constructors
new
withAttachment
withAttachments
withMap
withScreenshot
withViewHierarchy
Properties
attachments
hashCode
runtimeType
screenshot
viewHierarchy
Methods
addAll
clear
get
noSuchMethod
remove
set
toString
Operators
operator ==