isUserLinkedToGameService method
Test if a user is already linked to a game service Advised to be call before linkGameServicesCredentialsToCurrentUser()
Implementation
bool isUserLinkedToGameService() {
return FirebaseGameServices.platform.isUserLinkedToGameService();
}