UserService class

Constructors

UserService()

Properties

hashCode int
The hash code for this object.
no setterinherited
httpClient ↔ Dio
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addPointsToUser(Map<String, dynamic> triggerGameAction) Future<Response>
addUser(GamifiedUser user) Future<Response>
getPrivilegeStageInfo(String applicationId) Future<Response>
getUserInformation(String userId, String applicationId) Future<Response>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateUser(String userId, String applicationId, GamifiedUser user) Future<Response>

Operators

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