LinkedInCustomButton constructor
const
LinkedInCustomButton({
- required LinkedInConfig config,
- required Widget child,
- OnGetUserProfile? onGetUserProfile,
- OnGetAuthToken? onGetAuthToken,
- OnError? onError,
- PreferredSizeWidget? appBar,
- bool destroySession = false,
Implementation
const LinkedInCustomButton({
required this.config,
required this.child,
this.onGetUserProfile,
this.onGetAuthToken,
this.onError,
this.appBar,
this.destroySession = false,
});