LinkedInLogin class

Created By Guru (guru@smarttersstudio.com) on 27/06/20 3:47 PM

Constructors

LinkedInLogin(BuildContext context, {required String clientId, required String clientSecret, required String redirectUri, String? accessToken})

Properties

accessToken String?
getter/setter pair
clientId String
final
clientSecret String
final
context BuildContext
final
hashCode int
The hash code for this object.
no setterinherited
redirectUri String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getEmail({PreferredSizeWidget? appBar, bool destroySession = true, bool forceLogin = false}) Future<LinkedInEmail>
getProfile({PreferredSizeWidget? appBar, bool destroySession = true, bool forceLogin = false}) Future<LinkedInProfile>
loginForAccessToken({PreferredSizeWidget? appBar, bool destroySession = true}) Future<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited