OnGetUserProfile typedef

OnGetUserProfile = void Function(LinkedInUserModel user)

Callbacks for LinkedIn Login which returns LinkedInUserModel

LinkedInUserModel contains the user profile

Implementation

typedef OnGetUserProfile = void Function(LinkedInUserModel user);