userEmail property

String userEmail

Returns the email address registered with the authentication platform upon sign-in.

サインイン時、認証プラットフォームに登録されたメールアドレスを返します。

Implementation

String get userEmail => !isSignedIn ? "" : active.get(userEmailKey, "");