LinkedInWebView constructor

LinkedInWebView({
  1. required String clientId,
  2. required String clientSecret,
  3. required String redirectUri,
  4. bool destroySession = true,
  5. PreferredSizeWidget? appBar,
})

Implementation

LinkedInWebView(
    {required this.clientId,
    required this.clientSecret,
    required this.redirectUri,
    this.destroySession = true,
    this.appBar});