Analytics class
- Inheritance
-
- Object
- PlatformInterface
- AnalyticsCore
- Analytics
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addCustomParams(
Map< String, dynamic> params) → void -
override
-
flush(
) → void -
override
-
getCustomParam(
String key) → Future -
override
-
log(
String eventName, {Map< String, dynamic> ? eventParams, int priority = Event.priorityNormal}) → void -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
register(
String serviceName, DataService service) → void -
override
-
setup(
AnalyticsConfig config) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
updateCryptKey(
String cryptKey) → void -
override
-
updateCustomParam(
String key, dynamic value) → void -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited