AppApiMethod enum
- Inheritance
- Available extensions
Values
- setBio → const AppApiMethod
- setName → const AppApiMethod
- setUsername → const AppApiMethod
- setEmail → const AppApiMethod
- setPhoneNumber → const AppApiMethod
- generateUsernameRandom → const AppApiMethod
- setAppParameters → const AppApiMethod
- setChatDescription → const AppApiMethod
- testUseUpdate → const AppApiMethod
- logOut → const AppApiMethod
- banChatMember → const AppApiMethod
- banChatMembers → const AppApiMethod
- destroy → const AppApiMethod
- leaveChat → const AppApiMethod
- leaveChats → const AppApiMethod
- sendMessage → const AppApiMethod
- getChat → const AppApiMethod
- getUser → const AppApiMethod
- getMe → const AppApiMethod
- getMessage → const AppApiMethod
- getMessages → const AppApiMethod
- signUp → const AppApiMethod
- signIn → const AppApiMethod
- setVerify → const AppApiMethod
- getVerify → const AppApiMethod
- verifySecretWord → const AppApiMethod
- getVerifyPayment → const AppApiMethod
- verifyPayment → const AppApiMethod
- resetPassword → const AppApiMethod
- resetSecretWord → const AppApiMethod
- createWallet → const AppApiMethod
- getWallet → const AppApiMethod
- getMeWallet → const AppApiMethod
- createInvoiceWallet → const AppApiMethod
- getInvoiceWallet → const AppApiMethod
- setInvoiceExpiredWallet → const AppApiMethod
- sendCoinWallet → const AppApiMethod
- sendBalanceWallet → const AppApiMethod
- createPayoutWallet → const AppApiMethod
- getPayoutWallet → const AppApiMethod
- getApiVersion → const AppApiMethod
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - name → String
-
Available on Enum, provided by the EnumToString extension
no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
AppApiMethod> - A constant List of the values in this enum, in order of their declaration.