TrackEventUtil class

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
requestTrack({required String eventName, Map<String, dynamic>? params = null}) → dynamic
sendAppHeartBeatEvent() → dynamic
sendAppStartEvent(bool isFromBackground) → dynamic
sendPurchaseEvent({required int state, String? orderId, String? uuidString, String? transactionIdentifier, bool? sandbox, String? msg}) → dynamic
上报支付过程埋点
toString() → String
A string representation of this object.
inherited
trackPublicParams() → Map<String, dynamic>

Operators

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

Static Properties

instance → TrackEventUtil
no setter