IAnalyticsService class abstract
- Implementers
Constructors
Properties
Methods
-
init(
{String? eventsUrl}) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sendEvent(
BasicCoreEvent event) → Future< void> -
sendStoredEvents(
) → Future< void> -
storeEvent(
BasicCoreEvent event) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited