TwitterLoginStatus enum
The status after a Twitter login flow has completed.
Constants
- cancelledByUser → const TwitterLoginStatus
-
The user cancelled the login flow.
const TwitterLoginStatus(1)
- error → const TwitterLoginStatus
-
The Twitter login completed with an error
const TwitterLoginStatus(2)
- loggedIn → const TwitterLoginStatus
-
The login was successful and the user is now logged in.
const TwitterLoginStatus(0)
-
values
→ const List<
TwitterLoginStatus> -
A constant List of the values in this enum, in order of their declaration.
const List<
TwitterLoginStatus>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited