userName property

String userName

Returns the user name on the authentication platform during sign-in.

サインイン時、、認証プラットフォーム上のユーザー名を返します。

Implementation

String get userName => !isSignedIn ? "" : active.get(userNameKey, "");