socialConnections method
Retrieves the social connections for the authenticated user.
Returns:
A Future<UserSocialConnections?> containing the social connections of the user.
Throws:
PassageError if an error occurs during the retrieval process.
Implementation
Future<UserSocialConnections?> socialConnections() {
return PassageFlutterPlatform.instance.socialConnections();
}