TamatemPlus class

Constructors

TamatemPlus(String clientId, String redirectUri)

Properties

clientId String
final
hashCode int
The hash code for this object.
no setterinherited
redirectUri String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

authorize() Future<void>
getInventoryTtems(bool? isRedeemed, {CancelToken? cancelToken}) Future<GetInventoryItemsResponse?>
getToken(String code, {CancelToken? cancelToken}) Future<GetTokenResponse?>
getUserInfo({CancelToken? cancelToken}) Future<GetUserInfoResponse?>
logout() Future<LogoutResponse?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openTamatemPlus() Future<void>
redeem(String inventoryId, {CancelToken? cancelToken, bool? isRedeemed}) Future<InventoryRedeemResponse?>
setPlayerId(String playerId, {CancelToken? cancelToken}) Future<SetPlayerIdResponse?>
toString() String
A string representation of this object.
inherited
verify(String inventoryId, {CancelToken? cancelToken, bool? isVerified}) Future<GetUserInfoResponse?>
TODO

Operators

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