SignInData class

Wrapper sign in result with OneTapStatus enum

Constructors

SignInData({OneTapStatus status = OneTapStatus.FAIL, SignInResult? data})
Setup default :

Properties

data SignInResult?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isBlock bool
Getter
no setter
isCanceled bool
Getter
no setter
isFail bool
Getter
no setter
isOk bool
Getter
no setter
isTemporaryBlock bool
Getter
no setter
isUnknown bool
Getter
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status OneTapStatus
final

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