FlxApplicationBinder class

Inheritance

Constructors

FlxApplicationBinder()

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 name, required Uint8List logoPicture}) Future<void>
getAchievementsIds({required String applicationId}) Future<List<String>>
getInfo({required String applicationId}) Future<ApplicationInfoModel>
getSecret({required String applicationId}) Future<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

to FlxApplicationBinder
no setter