FlxUserBinder class

Inheritance

Constructors

FlxUserBinder()

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

deletePicture() Future<void>
getAchievementsIds() Future<List<String>>
getAppsIds() Future<List<String>>
getInfo() Future<UserInfoModel>
getPicture() Future<Uint8List?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setInfo({String? firstName, String? lastName, String? nickname}) Future<void>
setPicture({required Uint8List? imageBytes}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

to FlxUserBinder
no setter