ConsoleAnalyticsAdapter class

Console-based analytics adapter for development

Implemented types

Constructors

ConsoleAnalyticsAdapter({bool verbose = false})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
verbose bool
final

Methods

logEvent(String name, Map<String, dynamic>? parameters) → void
Log a custom event
override
logModuleInteraction(String source, String target, String type) → void
Log a module interaction
override
logSignal(String signalName, dynamic data) → void
Log a signal emission
override
logStateChange(String key, dynamic oldValue, dynamic newValue) → void
Log a state change
override
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