XKitReportService class

Constructors

XKitReportService()
factory

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
registerModule({required String moduleName, required String moduleVersion, required String moduleAppKey, String framework = 'Flutter', String? channel, bool report = true}) Future<void>
reportEvent(String moduleName, XKitEvent event, {String? userId}) Future<bool>
setCommonProperties(Map<String, dynamic> properties) Future<void>
setCommonProperty(String key, dynamic value) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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