isSignedIn property

bool isSignedIn

If you are signed in, true is returned.

サインインしている場合、trueが返されます。

Implementation

bool get isSignedIn => active.isNotEmpty;