RangersAppLogPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • RangersAppLogPlatform
Implementers

Constructors

RangersAppLogPlatform()
Constructs a RangersAppLogPlatform.

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

init({required String appId, required String channel, required bool showDebugLog, required bool gameModeEnable}) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onClick({required String eventName, Map? params}) Future<bool>
onEventPurchase({required String commodityType, required String tradeName, required String productId, required int productCount, required dynamic payWay, required String payCurrency, required bool paySuccess, required int payMoney}) Future<bool>
onEventRegister({required String registerWay}) Future<bool>
setUserUniqueID({required String userUniqueId}) Future<bool>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance RangersAppLogPlatform
The default instance of RangersAppLogPlatform to use.
getter/setter pair