AuthAction class abstract

Base class that allows callbacks to be planted for sign-in and sign-out.

Use when implementing sign-in and sign-out processes for various social networking services.

サインインとサインアウトにコールバックを仕込むことができるベースクラス。

各種SNSのサインインやサインアウトの処理を実装する際に使用してください。

Available Extensions

Constructors

AuthAction()
Base class that allows callbacks to be planted for sign-in and sign-out.
const

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onSignedIn() Future<void>
It is performed after successful sign-in.
onSignedOut() Future<void>
It is performed after a successful sign-out.
onSignIn() Future<void>
Runs before sign-in.
onSignOut() Future<void>
Runs before signing out.
toString() String
A string representation of this object.
inherited

Operators

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