AnalyticsCore class abstract

Inheritance
  • Object
  • PlatformInterface
  • AnalyticsCore
Implementers

Constructors

AnalyticsCore()
Constructs a AnalyticsFlutterPlatform.

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

addCustomParams(Map<String, dynamic> params) → void
flush() → void
getCustomParam(String key) Future
log(String eventName, {Map<String, dynamic>? eventParams, int priority = Event.priorityNormal}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
register(String serviceName, DataService service) → void
setup(AnalyticsConfig config) → void
toString() String
A string representation of this object.
inherited
updateCryptKey(String cryptKey) → void
updateCustomParam(String key, dynamic value) → void

Operators

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

Static Properties

instance AnalyticsCore
The default instance of AnalyticsFlutterPlatform to use.
getter/setter pair