isAnonymously property

bool isAnonymously

Returns true in case of anonymous or guest authentication.

匿名認証、ゲスト認証の場合、trueを返します。

Implementation

bool get isAnonymously => isSignedIn && active.get(anonymouslyKey, false);