AnalyticsProvider class abstract

This interface is used to start the configuration of analytics, without this the analytics will not be reported.

Constructors

AnalyticsProvider()

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

createRecord(AnalyticsRecord record) → void
This function is called to record the reports. @param record is an AnalyticsRecord generated when a screen is loaded or a action is executed according the config passing on getConfig function.
getConfig() AnalyticsConfig
This function is called to get the AnalyticsConfig. @return is an AnalyticsConfig
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