AppCenterAnalytics class

Constructors

AppCenterAnalytics()

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

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

Static Methods

trackEvent(String eventName, {Map<String, String> properties = const {}}) Future<void>
Track a custom event with name and optional string properties. The event name cannot be longer than 256. The property names and values are limited to 125 characters each. The number of properties per event is limited to 20. The property names or values cannot be null. The baseData and baseDataType properties are reserved.