TamatemPlusApi class

Constructors

TamatemPlusApi(Api _api)

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

getInventoryItems(InventoryItemRequest? request, {CancelToken? cancelToken}) Future<GetInventoryItemsResponse>
getToken(GetTokenRequest request, {CancelToken? cancelToken}) Future<GetTokenResponse>
getUserInfo(GetUserInfoRequest request, {CancelToken? cancelToken}) Future<GetUserInfoResponse>
logout() Future<LogoutResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
redeem(String inventoryId, InventoryItemRequest? request, {CancelToken? cancelToken}) Future<InventoryRedeemResponse>
setPlayerId(SetPlayerIdRequest request, {CancelToken? cancelToken}) Future<SetPlayerIdResponse>
toString() String
A string representation of this object.
inherited

Operators

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

Constants

kApiAuthorize → const String