SuperInvites class

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

createOrUpdateToken(SuperInvitesTokenUpdateBuilder builder) Future<SuperInviteToken>
Send or update
delete(String token) Future<bool>
delete the given token
drop() → void
Manually drops the object and unregisters the FinalizableHandle.
info(String token) Future<SuperInviteInfo>
get the token info
newTokenUpdater() SuperInvitesTokenUpdateBuilder
create a token updater to create a fresh token
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
redeem(String token) Future<FfiListFfiString>
try to redeem a token
tokens() Future<FfiListSuperInviteToken>
the current tokens
toString() String
A string representation of this object.
inherited

Operators

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