DevToDev class

Constructors

DevToDev({required String appId, required String secretKey})

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

customEvent(String eventName, [Map<String, dynamic>? params]) Future<void>
Custom event with params. The event must have a unique name and can include up to 20 parameters.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
tutorialCompleted(int tutorialStep) Future<void>
The event allowing to track the stage of tutorial a player is on.

Operators

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