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