ConsoleAnalyticsProvider class

Built-in console analytics provider for debugging.

Implemented types

Constructors

ConsoleAnalyticsProvider()
Creates console analytics provider.
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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
trackEvent(String eventName, Map<String, dynamic> properties) Future<void>
Track a custom event.
override
trackNavigation(NavigationEvent event) Future<void>
Track a navigation event.
override
trackPerformance(String metricName, Duration duration) Future<void>
Track performance metrics.
override

Operators

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