ObslyConfig class abstract

Configuration interface

Constructors

ObslyConfig()

Properties

apiKey String
no setter
enableDebugTools bool
no setter
enableScreenshots bool
no setter
enableUIInterception bool
no setter
hashCode int
The hash code for this object.
no setterinherited
isDebugMode bool
Whether the app is in debug mode (events stored locally, not sent to server)
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
urlBlacklist Set<String>
no setter
userId String?
no setter

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