FirebaseGameServicesUser extension

on

Methods

getPlayerId() Future<String?>
Get the player id. On iOS the player id is unique for your game but not other games.
getPlayerName() Future<String?>
Get the player name. On iOS the player alias is the name used by the Player visible in the leaderboard
isMultiplayerGamingRestricted() Future<bool?>
isPersonalizedCommunicationRestricted() Future<bool?>
isUnderage() Future<bool?>
showDashboard() Future<String?>
Presents the main dashboard.
showPlayerProfile() Future<String?>
Presents the local player's profile.