FlxAchievementBinder class

Inheritance

Constructors

FlxAchievementBinder()

Properties

errorHandler FlxApiExceptionHandler
finalinherited
hashCode int
The hash code for this object.
no setterinherited
requestHandler FlxApiRequestHandler
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create({required String applicationId, required String name, required String description, required Uint8List backgroundPicture, int score = 10, bool isRare = false}) Future<void>
getInfo({required String applicationId}) Future<AchievementInfoModel>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
permit({required String achievementId}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

to FlxAchievementBinder
no setter